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 Project
Guided ProjectDeliver a repair part through a maze using instructions precise enough for a robot that cannot guess what 'go around it' means.
This works on paper or in a grid simulation. Physical robot hardware is optional and depends on the class setup.
Task: Choose exact forward, turn, and stop commands.
Task: Record both position and facing direction.
Task: Write the complete sequence before testing.
Task: Run one command at a time and record state.
Task: Change the earliest incorrect command and run the route again.
Complete and trace one route.
Optimize the route after proving it works.
Design a maze and command verifier for another student.