Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

The game's saves are stored within the browser's Web Storage database, specifically localStorage. If you're in Chrome, then with the game open you can press F12, go to the Applications tab, and then all your saves will be listed there.

im trying to find the save data on the window one and i cant find it? is it located some where hidden in the application version?

The Windows version is just the HTML game in a wrapper, so you would probably need some sort of tool that can access the localStorage within Chromium. 

If your intent is to copy or delete a save, I am actually looking into adding it directly to the game (engine permitting).