Skip to main content

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

You might double check the in game manual, there might be a command or two you missed. :)

(+1)

:O there is one!  And I have no idea what it needs because it doesn't like any of the directions I give it.  Hmmmmm

Also: I checked out the Last Call BBS version of this game - well done!

(2 edits) (+1)

Going through via the Pico-8 cart now, and with what I've learned along the way, I just got the best solution for "Hallways" 😂`  2 lines of code


Spoiler:










ST: FRS FENS
JMP ST
(+1)

ha, yep. There are much more efficient solutions in the early levels with the new command. Someone actually programmed a solution finder that brute force searches using a single loop and variations of the secret(ish) instruction.