Skip to content

rkblake/scalable-game-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scalable Game Server

A service for on-demand spawning multiple instances of single-lobby game servers.

Requirements

  • Docker
  • Golang

Installation

Building From Source

git clone https://github.com/rkblake/scalable-game-server.git
cd scalabe-game-server
go build .

Building Docker Image

# with the game server in the docker folder named "server"
cd docker
docker build . -t server:latest

Starting the Server

./game-server

TODO

  • BUG: connects to docker even when docker is down
  • FEAT: allow multiple ports, eg: --tcp-port=123-125 --udp-port=100,105-106
  • change http responses to JSON

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors