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

Commit

Permalink
Describe game in README (#84)
Browse files Browse the repository at this point in the history
A new section has been added to the README that describes the game and
its features.
  • Loading branch information
jdno authored Apr 14, 2022
1 parent 1bf677f commit b1ae64e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,18 @@
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. The game provides a language-agnostic gRPC API,
giving players free choice of programming language or paradigm.
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

**Auto Traffic Control** is currently in an early prototyping phase.

## License

Expand All @@ -28,3 +37,5 @@ at your option.
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/

0 comments on commit b1ae64e

Please sign in to comment.