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

A Node bot for the video game Auto Traffic Control

License

Notifications You must be signed in to change notification settings

jdno/node-traffic-controller

Repository files navigation

🧑‍✈️ Traffic Controller

A bot for the video game Auto Traffic Control – written in TypeScript.

Code of Conduct

👋 This is a welcoming and inclusive project. Be nice and follow our code of conduct.

Docker

To run this project with Docker, first build the container:

docker build -t atc-client .

Until jdno/auto-traffic-control#171 is resolved, you have to run the server natively in the background and run the container with the host network to allow it to query the server:

(cd /location/of/auto-traffic-control && ./auto-traffic-control)& docker run --rm -it --network=host atc-client

License

This project is released under the terms of the MIT License.

About

A Node bot for the video game Auto Traffic Control

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published