A service for on-demand spawning multiple instances of single-lobby game servers.
- Docker
- Golang
git clone https://github.com/rkblake/scalable-game-server.git
cd scalabe-game-server
go build .
# with the game server in the docker folder named "server"
cd docker
docker build . -t server:latest
./game-server
- 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