dripton / Slugathon

Clone of the old Avalon Hill fantasy wargame Titan, using Python / PyGTK / Twisted
https://github.com/dripton/Slugathon/wiki
8 stars 2 forks source link

Autosave #161

Open dripton opened 12 years ago

dripton commented 12 years ago

We should have the ability to automatically save the game on the server. Maybe at the end of each player turn, and again at the end of the game. This would give us a recovery path if the game crashed (once #33 is done and loading games works), and would also let us build a corpus of titan game logs. We might want to compress the savegames to save space.