What students build
- A maze or grid
- A known start and direction
- A command vocabulary
- A predicted route
- A tested revision
- A demonstration trace
Guided Class Project
Guided Class ProjectDeliver a repair part through a maze using instructions precise enough for a robot that cannot guess what 'go around it' means.
Visible system / hidden curriculum
Simulation-friendly and suitable for a paper logic version. Physical robot hardware is optional and not assumed to be included.
Suggested build order
Students may use different artwork and implementation details. The shared structure keeps the concept teachable.
Task: Choose exact forward, turn, and stop commands.
Build and test this part before adding the next system.
Task: Record both position and facing direction.
Build and test this part before adding the next system.
Task: Write the complete sequence before testing.
Build and test this part before adding the next system.
Task: Run one command at a time and record state.
Build and test this part before adding the next system.
Task: Change the earliest incorrect command and retest.
Build and test this part before adding the next system.
Test it
Common mistakes
Improve it
Challenge levels
Complete and trace one route.
Optimize the route after proving it works.
Design a maze and command verifier for another student.
Show-teacher checkpoint