πŸš€

Lesson 1

Move the Robot

Learn how to make your robot move forward, turn, and stop. These are the fundamental building blocks of all robot programs.

β€’ Send a move command to the robotβ€’ Use wait() to control timingβ€’ Stop the robot

πŸ† Challenge

Drive to the Goal

Move the robot forward, turn right, then drive into the green goal zone and stop.

Insert:
Loading editor…

🎯 Mission

Ready

πŸ† Challenge

Drive to the Goal

Move the robot forward, turn right, then drive into the green goal zone and stop.

Objectives

β—‹
Move the robot forward
β—‹
Turn the robot
β—‹
Reach the goal zone
β—‹
Stop the robot

πŸ€– Robot State

X80
Y250
Heading0Β°
Speed0
CollisionNo

Sensors

🟠 Front200
πŸ”΅ Left200
🟣 Right200

Console

No output…

IntelliBots Interactive Course Lab Β· Built with Next.js + Canvas Β· intellibots.ca