Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I have fixed the second bug(bad goto). I tried working around the issue with the level select, but I can't find a good work around. I could set the level select look ahead to 1 instead of 0 but then you could potentially spoil yourself with the titles. I honestly wish there was a better way to handle this, but I don't know of a way.


once again, thanks for playing!

(+1)

The level select thing was much less of a problem this time — I think it only became an issue because I kept trying to go back to the bad goto level to see if I could progress.

Usually, I think post-death messages end up producing quite a lot of friction in puzzlescript, as I mostly just want to press Z or R and keep working at the puzzle. However, in your game, those messages are part of the fabric of the experience, and the puzzles aren't so fiendish that the interruption becomes frustrating.

Good job!