A bot clash project for the GPN21 (Gulasch Programmiernacht).
It creates an TCP server where people can connect to and control their player.
The challenge: Create a bot that beats the other players!
- NodeJS
apt-get install nodejs npm
- NPM
see command above
- Yarn
apt-get install yarn
- An decent browser (For opening the viewer page)
- Clone this repo
git clone git@github.com:freehuntx/gpn-tron.git
- Enter the folder
cd gpn-tron
- Install the dependencies (You need yarn as this repo uses yarn workspace)
yarn
- Start the servers in dev mode
yarn dev
- Open the viewer in the browser
http://localhost:3000