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.
Every chicken adds another position for the game to track. Students decide where the targets appear, what counts as a rescue, and how much navigational help the ship provides.
Required systems
Suggested build order
Choose one, combine compatible cards, or propose an equivalent challenge.
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.
Complete and explain the required systems.
Choose one challenge card and test the result.
Create a beacon that compares the ship and chicken coordinates, then reports clues such as 'target is left and above.' Compare the two x values and the two y values separately.