-
Notifications
You must be signed in to change notification settings - Fork 3
Report 1
Filip Jovanovic edited this page Jan 6, 2019
·
2 revisions
-
- Spawn planes by clicking on the screen
-
- Plane moves toward the airport, lands, refuels, and goes back to origin
- Plane crashes when it collides with another plane
- Plane crashes when the fuel runs out
- Plane flies in a circular pattern when he receives the signal to hold
-
- Airport keeps track of the planes
- Airport selects a single plane to land at any given time and signals others to hold
-
- Spawn planes automatically, off screen
- Give the user a way to control landing schedule
- Give the user a way to control flight routes (to prevent collisions)
-
- Make planes avoid collisions if possible
- Give each plane a preferred landing time frame
-
- Update schedule method to better organize the planes
