CodeQuest Robot Coding
TopAIGames

CodeQuest

Teach kids coding by guiding a robot with simple commands (MOVE / LEFT / RIGHT / REPEAT / IF).
Level: 1 Stars: 0/0 Steps: 0
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
Loops + If
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.
Keyboard tips: Ctrl/Cmd + Enter Run â€ĸ Alt + Enter Step â€ĸ You can share this file with friends — it runs offline.