jasontbradshaw / coconut-run

Automatically exported from code.google.com/p/coconut-run
MIT License
0 stars 0 forks source link

create Game class for saving/loading game state #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Player should be able to save current state of game and load it at a later
time.

Some of the things Game should hold:
- player's name
- # of bananas
- # of lives
- items bought
- avatar stats
- etc

Original issue reported on code.google.com by elbenshira on 26 Jun 2009 at 1:15

GoogleCodeExporter commented 9 years ago
Maybe want to look at using XML? Encryption?

Original comment by elbenshira on 18 Jul 2009 at 5:59