Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 827 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 827 Bytes

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 [email protected]: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