Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

0.1.0

Compare
Choose a tag to compare
@jdno jdno released this 19 Mar 17:10
· 254 commits to main since this release
1e9131e

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.

v0 1 0

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

  • Refactor location and node in API specification by @jdno in #23

Fixed

  • Fix validation of flight plans by @jdno in #25

New Contributors

Full Changelog: 5e054b3...v0.1.0