summaryrefslogtreecommitdiff
path: root/src/persistence.rs
AgeCommit message (Collapse)Author
2020-03-05longer temp filenametroido
2020-03-05write files to a tempfile firsttroido
2020-02-23more consistent importstroido
2020-02-21players can now go to different roomstroido
2020-02-18refactoring: roomid is now a type, not string anymoretroido
2020-02-18Players are now saved/loaded tootroido
2020-02-17persistently save the room statetroido
2020-02-17added trait for interacting with persistent storage; tried to make Results ↵troido
easier