Tagged Questions
3
votes
2answers
157 views
Load state / continue game based on user input
I'm working on a rather simple 2D game, with a pretty small set of values that will need to be preserved for a user to pick up where they left off last time they played.
Rather than saving/loading ...