What’s the best way to save player progress in your game ? i need know what’s the player top score, porwer ups , money , etc. is a text file save in device or existis another way ?
thank’s for help
What’s the best way to save player progress in your game ? i need know what’s the player top score, porwer ups , money , etc. is a text file save in device or existis another way ?
thank’s for help
You might want to take a look at this blog post…
It’s something I threw together a while back. Basically put everything you want to save in a table and use these functions to load and save them.
Rob
You might want to take a look at this blog post…
It’s something I threw together a while back. Basically put everything you want to save in a table and use these functions to load and save them.
Rob