Tagged Questions
6
votes
3answers
311 views
Saving roguelike game state?
I'm working on a basic roguelike using HTML5 and jQuery, and I've come across a problem.
The way the game currently stands, the system only saves the game state every time the user moves between ...