Hey
I have added a save and load function to my game, and it works fine as long as the user doesnt close the application.
But i have a problem when i open the application to find the names of the save games, so the user can select them from a list rather than having to remember the name. I have looked at the webstorage, but i dont like that if the user clear his local storage the games are lost. I would like it to be more solid.
Anyone know how or even if its possible to do it?
Thanks