Log In  

I've been putting some pico-8 games up on a personal website since it gets past an annoying block list, but I've noticed something strange. The games with highscores that save via cart data sometimes get reset back to their original states with none of the highscores. I checked in the developer menu and saw that cart data was being saved to local storage in the browser. I'm wondering if this is a known issue, hopefully with a known solution, or if there's something I'm doing without realizing it that's causing the data to be reset.
Thanks

P#119564 2022-10-25 22:26

in theory local storage is fine and persistent until people delete it, but some browsers may be weird and delete data some time after the last visit to the site.

P#119598 2022-10-26 14:57

[Please log in to post a comment]