Advice on Saving Game Data... Best Score for Each Level etc..

Hello all,

I have completed my game design for the most part, world selector, level selectors etc… Now I am conflicted on the best way to save the game play data. should I use XML, or comma formatted. just not sure.

What is everyone else doing?

Also in trying to keep the app fast I plan on assuming that all levels are locked unless an item is written in the file to unlock that world / level.

Please let me know any good suggestions.

thanks

Larry [import]uid: 11860 topic_id: 7018 reply_id: 307018[/import]

Hello, you can use sqlite3 too.

[import]uid: 11749 topic_id: 7018 reply_id: 24668[/import]

ill check it out, thanks for the info. [import]uid: 11860 topic_id: 7018 reply_id: 24790[/import]

Hello again,

You can drop and eye to this: http://developer.anscamobile.com/forum/2011/02/02/how-can-i-easily-implement-save-and-load-system-0

Regards.
Francisco.
[import]uid: 11749 topic_id: 7018 reply_id: 24884[/import]