Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdno/auto-traffic-control
A video game for programmers about safely routing planes to an airport 🛬
https://github.com/jdno/auto-traffic-control
bevy game grpc programming
Last synced: 3 months ago
JSON representation
A video game for programmers about safely routing planes to an airport 🛬
- Host: GitHub
- URL: https://github.com/jdno/auto-traffic-control
- Owner: jdno
- License: apache-2.0
- Archived: true
- Created: 2022-03-04T13:19:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T06:55:50.000Z (over 1 year ago)
- Last Synced: 2024-09-22T11:31:56.899Z (3 months ago)
- Topics: bevy, game, grpc, programming
- Language: Rust
- Homepage: https://auto-traffic-control.com
- Size: 5.27 MB
- Stars: 134
- Watchers: 3
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# 🛬 Auto Traffic Control
![Maintenance](https://img.shields.io/maintenance/no/2023)
[Homepage](https://auto-traffic-control.com) |
[Documentation](https://auto-traffic-control.com/docs) |
[Community](https://github.com/jdno/auto-traffic-control/discussions)**Auto Traffic Control** is a video game played by programming. The player's
task is to create a program that can safely manage the airspace above two
airports.![screenshot](./docs/static/img/screenshot.png)
The game is designed to provide an open-ended sandbox that players can use to
freely practice programming. It provides a language-agnostic [gRPC] API, giving
players free choice of programming language or paradigm.Check out the official [Getting Started](https://auto-traffic-control.com/docs)
guide to start playing the game.## Project Status
The project is currently on hold, and I am not sure when or if I will be able to
work on it again.If you are interested in building a similar game, feel free to get in touch to
discuss the project. I would be happy to share my experience and help you get
started with your own game. 🙂## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )
- MIT license ([LICENSE-MIT](LICENSE-MIT) or )at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.[grpc]: https://grpc.io/