Hi I was wondering if and how you can do a save game for android. I know it's possible for desktop computers and stuff but what about mobile?
Thanks
Develop games in your browser. Powerful, performant & highly capable.
scirra.com/tutorials/266/webstorage-how-to-save-ingame-information
pretty straight forward, just if you save as json don't use arrays use dictionary's.
or you could pass your array data into a dictionary to then save as json