Lesson 1 — Robot to the Charger (Level 1)

Overview
Welcome to your first coding challenge! Your task is to help the robot reach the charger using simple movement blocks.

Goal
Move the robot from the start position to the charger.

How to complete this challenge

  • Click on the ‘Open in Scratch to reach coding’ button.
  • Click on the Robot icon inside the Sprite section.

  • Look at where the robot starts and where the charger is.
  • Now you have to search for this section in the middle:

  • Build a short sequence of movement blocks (MoveRight / MoveLeft / MoveUp / MoveDown).
  • Click the green flag to test your solution.
  • If the robot does not reach the charger, adjust your blocks and try again.

Tip
Use as few blocks as possible. Keep it simple and step-by-step.

Completion
When the robot reaches the charger, you will see a success message.