/gpn-tron

Lets challenge coders and create the perfect tron bot!

Primary LanguageTypeScriptMIT LicenseMIT

gpn-tron

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!

Prequisites

  • NodeJS
    apt get install nodejs npm
  • NPM
    see command above
  • Yarn
    apt get install yarn
  • An decent browser (For opening the viewer page)

Installation

  1. Clone this repo
    git clone git@github.com:freehuntx/gpn-tron.git
  2. Enter the folder
    cd gpn-tron
  3. Install the dependencies (You need yarn as this repo uses yarn workspace)
    yarn

Start

  1. Start the servers in dev mode
    yarn dev
  2. Open the viewer in the browser
    http://localhost:3000