What students build
- A controllable rescue ship
- Several chickens at different or generated positions
- Collection detection
- One or more hazards
- A rescued-chicken counter
- A clear win condition
Computer Lab Project
Computer Lab ProjectSeveral space chickens have drifted away from their station. Control the rescue ship, collect them, and avoid dangerous zones.
Visible system / hidden curriculum
This project changes the coordinate lesson by making every rescue target a position problem. Students choose how chickens appear, how collection works, and how the ship receives useful information.
Computer Lab character
This project changes the coordinate lesson by making every rescue target a position problem. Students choose how chickens appear, how collection works, and how the ship receives useful information.
Required systems
Suggested build order
Checkpoints
Challenge cards
Choose one card, combine compatible cards, or propose an equivalent challenge. More than one implementation can satisfy the mission.
Randomize chicken locations.
Make chickens drift slowly.
Add limited oxygen.
Require a rescue order based on coordinates.
Define danger-zone boundaries using position.
Add an optional two-player rescue mode.
Create a radar display using relative position.
Test it
Common mistakes
Improve it
Challenge levels
Complete and explain the required systems.
Choose one challenge card and test the result.
Create a rescue beacon that compares the ship and chicken positions and reports clues such as 'target is left and above.' This introduces relative position by comparing x values and y values without requiring formal vector mathematics.
Show-teacher checkpoint