Tagged Questions
0
votes
1answer
151 views
Saving Scores Using Cookies
I've recently created a small galiga like game recently using JavaScript and HTML5. I've run into a bit of trouble saving cookies, the cookie saves, but then resets itself when the page is refreshed, ...
3
votes
3answers
390 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 ...
16
votes
4answers
2k views
How can I protect my save data from casual hacking?
What options are there for saving game data in a secure manner? I'm interested in solutions specifically tailored for C++.
I'm looking for something that is fast and easy to use. I'm only concerned ...