Oops. I meant to put this with the other comment i made, which is about the solutions in the Server Data section. I still don't fully get how the Test command interacts with the "GOTO" statements. I know that after a test, it will skip to a certain goto, and go there, but just, how?
Edit: I forgot to fully expand the image, so I can see that it does a sort of depth furst search in the paths, but I can't see how the code works! Oh, nvm, i see it collapses the path tree on one path, and then it does the next one. Good code! Sorry for wasting your time.
I clicked on the server data button and in the solutions i found some weird numbers in the program, i understand its for converting to progtamming languages but how?
← Return to game
Comments
Log in with itch.io to leave a comment.
I got that, but how does the Test command work? Also, your code is to complex for mortal minds to comprehend.
Are you talking about this? I was just following the platform's conventions...
Try this version, which demonstrates
Oops. I meant to put this with the other comment i made, which is about the solutions in the Server Data section. I still don't fully get how the Test command interacts with the "GOTO" statements. I know that after a test, it will skip to a certain goto, and go there, but just, how?
Edit: I forgot to fully expand the image, so I can see that it does a sort of depth furst search in the paths, but I can't see how the code works! Oh, nvm, i see it collapses the path tree on one path, and then it does the next one. Good code! Sorry for wasting your time.
Is there a walkthrough for this game? I love it, but am getting stuck on some levels, preventing progress lol
There are videos covering the first ~30 levels, beyond that the best place for tips is the player community in Discord.
Ok! Thanks!
Show post...
a puzzle game that have a working highscore... its going to be complex
Doubly so!
I clicked on the server data button and in the solutions i found some weird numbers in the program, i understand its for converting to progtamming languages but how?
Non-negative numbers represent jumps to previous commands (loops), and -1 means termination.
For example, see Try it online.