Skip to content

colinperepelken/auto-traffic-control-server

 
 

Repository files navigation

Auto Traffic Control Server

Implementation of the server for https://auto-traffic-control.com.

Running Node.js and TypeScript.

Setup

Follow the quick start guide at https://auto-traffic-control.com/docs

Install dependencies

npm install

Run locally

To run locally using ts-node:

npm install
npm run dev

Build and run

To generate a dist directory of compiled JavaScript files and run the server from them, use:

npm run build
npm start

TODO

  • Follow the set up tutorial
  • Add tsconfig.json with strict type checking
  • Add eslint and prettier
  • Figure out how to generate a flight path
  • Path finding! Dijkstra's, A*, something else?
  • How to avoid collisions...
  • Tests?

About

Runs the Auto Traffic Control Game: https://auto-traffic-control.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.3%
  • JavaScript 7.7%