Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🛬

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/