Skip to main content

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

Okay so I tested out most recent build... and I can't figure out how to get into a level? I start out on a yellow tile and I can't go into it. If I press Down button, I move downwards, but get bounced back with a "wrong" noise. Pressing "Accept" key does nothing.

(5 edits) (+1)

Hey, thanks so much for testing and catching that!

The issue turned out to be with how the HTML5 version was handling save data. The game was trying to load the save file directly from the server, when in a browser it actually needs to use local storage instead. Because of that, the game never fully initialized your progress — which made the starting yellow tile appear locked and caused that “error” sound when trying to enter.

At one point, it was correctly set to use local storage, but somewhere along the line that behavior changed in the latest build.

Older save files also didn’t include the new tutorial stage (which now appears before the original level 1). This caused a mismatch between the cached save data and the game’s initialization process — which basically confused everything.

This has now been fixed in the latest update! The game should properly save and load from browser storage, so new players can start fresh without any issues.

👉 If you still run into problems, try clearing your cache for the game.
Look for html-classic.itch.zone under your itch.io cookies/cache and delete it — that’ll wipe any corrupt save data so the game can re-initialize cleanly.

Thanks again for reporting this — your feedback helped track down a really sneaky HTML5-only bug! 🙏

Oh, I see, lol

(+1)

Sorry I wrote a book 🤣

I actually appreciate that lp;