Skip to content

sysadmin75/rgserver

 
 

Repository files navigation

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.

About

Robot Game server code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 40.6%
  • HTML 25.6%
  • CSS 22.4%
  • Python 9.5%
  • TSQL 1.6%
  • Shell 0.3%