Play Area
Goal: collect all â then reach the đ.
Commands
MOVE go forward 1 tile
LEFT turn left âĸ RIGHT turn right
PICK pick up a â if standing on it
MOVE go forward 1 tile
LEFT turn left âĸ RIGHT turn right
PICK pick up a â if standing on it
Loops + If
REPEAT 3 âĻ END
IF FRONT_IS_CLEAR âĻ END
(Blocks can be nested!)
REPEAT 3 âĻ END
IF FRONT_IS_CLEAR âĻ END
(Blocks can be nested!)
Code Editor
Write your program, then Run. Use the buttons to add commands.
Tip: Comments start with #. Try a loop: REPEAT 4 âĻ END.