Best Score Feature

Monkey Forums/Monkey Programming/Best Score Feature

erebel55(Posted 2014) [#1]
My targets are android and ios. How would I go about implementing a feature that displays the user's best score? I am using google and apple for managing the high scores. However, I think this should be separate from that and just show the user's best score.

Like on...flappy bird

Anyone know how I could go about retaining this data? It shouldn't get lost when the game is closed. Examples welcome.

Thanks


Volker(Posted 2014) [#2]
LoadState and SaveState?


rIKmAN(Posted 2014) [#3]
Use this, it's awesome and makes saving/loading so simple.
http://www.monkeycoder.co.nz/Community/posts.php?topic=1395

This will only store on the local device though, if you are looking for people to compare scores globally online or whatever, then you probably want to look at the GameCentre module (iOS), not sure of the equivalent on Android.