Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Save doesn't work.

(+1)

Currently working on a new way to save for browsers. For the time being, I'd recommend the Android or Windows build. 

Thanks so much for trying it out and bringing this to my attention!

It's even slightly different than not working I think. When I came back to the game I seem to have started in a bugged state where everything is zero: 

(+1)

Thanks for pointing that out, pushing a quick fix for that. Still working on setting up a save for browsers. May just be best to setup an import/export option.

(1 edit)

in my game i compress the save file into a blob with LZ and then if it is a manual save display the string to allow pasting it back in to load, or i have an autosave feature that downloads the blob in a text file they can load after.

Saving should be working for everyone now.  =)