Learn programming with interactive courses, real-time code editor, and AI-powered assistance
Engage with fun animations and coding snippets
Write simple commands to guide the robot to the goal.
move – move forward one tileleft – turn leftright – turn rightmove 3 – move forward 3 tilesrepeat 4: move – repeat next command N timesjump – jump forward 2 tiles (shortcut)m = move, l = left, r = right; counts supported like m 3move(); left(); right(); or move(3);move(), left(), right(), or move(3)BEGIN ... END, commands like MOVE 2, LEFT, RIGHTWrite code and see results in real-time
Have a question or feedback? Send us a message and we’ll reply to you.