Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

tbh went a bit over my head 😅 Gave it a couple shots, typed “poke 53248,1” but kept getting “syntax error” and “Ready” Would have been nice to have the instructions built in to the game and not have to go to an external github source code to analyze in order to play the game. (I know you said the hints are in parentheses, but I couldn’t get the initial POKE command to work and if it did work i had no clue what to do next)

having a reference page with available commands and options to use would be neat and make it a lot more user friendly. Love the aesthetics btw!

that's interesting, it worked for me when testing it on the VICE emulator, and even the JS embed I used, not sure what happened there.

I think I understand now

here is a screenshot of the game - just tried again, i’m using the web version

did i do it right?

you need to type ",1" after it, you're giving it a memory address without a value to write to it

I tried both, look at the line above, the one without a ,1 is my second attempt after the first syntax error 😞

You need to preform the command after you press enter at the next prompt, not doing that will crash the game for real

As that syntax error came from the game itself not being able to handle the input

So basically, the part with the hint, you can only press enter, or it will syntax error, you can tell because of the “? poke 53248,1” when you should have done that at the ready prompt