
EEPROM
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
A robot with no microcode isn't very useful at all. Collect instructions and navigate through a perilous robot factory.
I had very little time to work on this game so it's quite unfinished. I meant to include instructions in game as well as have blocks be pushable. I'm not even sure if all the levels are able to be completed.
Instructions:
Use the arrow keys to write a program into the robot to navigate the levels.
NOP - Nothing, you start with this.
MOV - Move the direction the robot is facing.
SHL - Shift left, turn to the left.
SHR - Shift right, turn to the right.
POP - Remove the last instruction.
RST - Reset the entire program.
EXECUTE - Run your program, see where the robot winds up.
The goal in each stage is to exit. You have limited memory with which to write your program, and the program will loop at the end, and you might have to use this to your advantage.
I had very little time to work on this game so it's quite unfinished. I meant to include instructions in game as well as have blocks be pushable. I'm not even sure if all the levels are able to be completed.
Instructions:
Use the arrow keys to write a program into the robot to navigate the levels.
NOP - Nothing, you start with this.
MOV - Move the direction the robot is facing.
SHL - Shift left, turn to the left.
SHR - Shift right, turn to the right.
POP - Remove the last instruction.
RST - Reset the entire program.
EXECUTE - Run your program, see where the robot winds up.
The goal in each stage is to exit. You have limited memory with which to write your program, and the program will loop at the end, and you might have to use this to your advantage.