shitty bot game
About
WARNING: THE LAST LEVEL OF THIS VERSION, LEVEL 11, IS TO OUR KNOWLEDGE NOT ACTUALLY BEATABLE. A VERSION WITH THIS FIXED IS AVAILABLE AT (note: please dont use this version for ratings): https://github.com/lcnr/shitty-bot-game/releases/tag/fix-impossible-lvl
A collaboration with https://ellennyan.itch.io/.
Control robots which do not have enough memory to fulfill their tasks. The idea was that you can see robots without that restriction solving the task in the intended way, therefore having an "unfair advantage"
Controls via mouse and keyboard. The possible instructions are
- halt: stops execution of the program
- walk: takes `n` steps forward, where `n` is the value of the next cell
- turn around|left|right: changes the direction the robot is facing
- skip: does nothing and then executes the next instruction
- goto: jumps to the address written in the next cell
- if not? box|wall|edge: jumps to the address written in the next cell if the condition is true, all conditions only look directly in front of the bot.