decarbonization / android-fonz

A clone of the iconfactory's excellent Freznic game for Android.
Other
2 stars 0 forks source link

Game state does not persist across application restarts #11

Closed decarbonization closed 8 years ago

decarbonization commented 8 years ago

Should be fairly straightforward to add this. Can either use Serializable, Parcelable, or JSON to persist the game state to disc and reload it on launch.