/rgserver

Official robotgame.net server

Primary LanguageJavaScriptMIT LicenseMIT

Robot Game server code Build Status

Join the chat at https://gitter.im/RobotGame/rgserver

Setup

Install Docker and Compose.

Initialization

  1. Fork and git clone.
  2. Run docker-compose up (may require sudo).

The website is now live at localhost:8000. The matchmaker starts automatically.

Development

Coming soon!

Upgrade

  1. Sync with upstream.
  2. Run docker-compose stop.
  3. Run docker-compose build.
  4. Run docker-compose up.