Accueil > 🛠️ Outils > Robot Command

🤖 Robot Command — Learn to Code Game

Robot Command is a free, Lightbot-style learn-to-code puzzle: build a program from command blocks to make the robot light up every target tile. Pick up sequencing, logic and debugging as you play — no coding, no download, instant play in your browser.

🎮 Comment jouerRobot Command):A learn-to-code puzzle. Build programs from command blocks — Forward, Turn, Light and Call F1 — to make the robot light every blue tile. Tap the MAIN or F1 strip to choose which one you are editing; putting a repeated routine in F1 and calling it (even from itself, for recursion) solves the later levels compactly. Use Step to debug one instruction at a time. Plan the whole route before you Run!

🎓 What you learn

  • Sequencing — ordering instructions so they run in the right order
  • Direction & state — tracking which way the robot faces
  • Functions — putting a repeated routine in F1 and calling it to stay concise
  • Recursion — letting F1 call itself to repeat until the job is done
  • Debugging — using Step to run one instruction at a time and find mistakes

Frequently Asked Questions

Is Robot Command free?

Yes — it is 100% free to play online in your browser, with no download and no sign-up.

Do I need to know how to code?

No. You build programs from simple command blocks (Forward, Turn, Light), so it teaches coding logic from scratch — great for beginners and kids.

What programming concepts does it teach?

Sequencing, orientation and state, step-by-step debugging, and planning — the same core ideas behind classics like Lightbot and Blockly Games.

🔥 Classement