This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
0.1.0
What's Changed
This release contains the first playable prototype of Auto Traffic Control. The game spawns airplanes at random locations around the map, and players can use the API to provide a flight plan for each plane. When two planes collide, the game ends and the player can try again.
Added
- Prototype systems that render the routing grid by @jdno in #4
- Prototype system that follows flight plans by @jdno in #5
- Create system that despawns airplanes by @jdno in #6
- Prototype path finding for airplanes by @jdno in #7
- Prototype API specification by @jdno in #9
- Create event service by @jdno in #10
- Crate airplane service by @jdno in #11
- Create command bus by @jdno in #13
- Validate flight plans by @jdno in #14
- Create API to update flight plans by @jdno in #12
- Create app states and an API to start a game by @jdno in #16
- Add collisions by @jdno in #20
- Spawn airplanes with random flight plan by @jdno in #22
- Create API to inspect ATC itself by @jdno in #28
Changed
Fixed
New Contributors
- @jdno made their first contribution in #1
- @dependabot made their first contribution in #15
Full Changelog: 5e054b3...v0.1.0