Skip to content

Lets challenge coders and create the perfect tron bot!

License

Notifications You must be signed in to change notification settings

freehuntx/gpn-tron

Repository files navigation

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

About

Lets challenge coders and create the perfect tron bot!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages