Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 886 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 886 Bytes

Robot Game server code Build Status

The official server is no longer available as of May 24th, 2018.

Feel free to make use of this code according to the LICENSE.

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.

Upgrade

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