Auto Traffic Control
A downloadable game for Windows, macOS, and Linux
Auto Traffic Control is a video game for programmers. Your task is to create a program that can safely manage the airspace above two airports. Score points by landing airplanes, and make sure no two aircraft get too close together!
How to play
Auto Traffic Control is played by writing code that interacts with the game. You need three things to play the game:
1. The Game
The easiest way to get the game is to download it via the itch app. We provide pre-compiled binaries of the game for Linux, macOS, and Windows. And when a new version is released, you'll get that automatically through the app as well.
2. A Client Library
The communication between the game and your program is done through an API. We publish client libraries that make it super easy to get started. Check the documentation to see which languages are officially supported. Missing yours? Open an issue on GitHub to let us know!
3. Your Program
And finally, you need to create a program. Check the official website for a Getting Started guide and a Tutorial using TypeScript.
Read the official Getting Started guide
Community
Join the community on GitHub to give feedback, share ideas, ask questions, and connect with the developers and other players.
Status | Prototype |
Platforms | Windows, macOS, Linux |
Author | jdno |
Made with | Rust |
Tags | 2D, coding, programming |
Code license | Apache License 2.0 |
Average session | A few minutes |
Languages | English |
Links | Homepage, Community, Source code, Twitch |
Download
Development log
- Version 0.3.0Apr 23, 2022
- Version 0.2.0Apr 17, 2022