Tagged Questions
3
votes
3answers
389 views
Best practices for periodically saving game state to disk
I'm working on an MMO. All of the player and environment data lives on a server and is kept in memory. There's a "world" object which keeps track of all of the maps, characters, etc. and their ...