What students build
- A grid-like map
- Clear movement commands
- A known start
- A target route
- Command feedback
- Reset behaviour
Guided Project
Guided ProjectProgram a robot hamster to patrol snack storage without treating every crumb as an international emergency.
The project uses Scratch to work on robot logic; no physical robot is needed.
Task: Make a simple route with a start, a target, and one obstacle.
Task: Connect keys or buttons to forward and turn actions.
Task: Reset position and direction together.
Task: Trigger several commands in order with visible pacing.
Task: Use sensing and messages to explain the outcome.
Complete a five-command route.
Store a planned command sequence before running it.
Create reusable command procedures for common turns.