GitHub - sysadmin75/rgserver: Robot Game server code

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

License

MIT license

Activity

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Languages

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