Skip to content

davidmehren/spieleabend

 
 

Repository files navigation

🎲 spieleabend

Docker Compose bundle of collaborative, open source online games.

Deployment

To start all game servers simply run:

docker-compose up -d

The games run on ports 40001 to 40013 on localhost.

Games

If you're missing your favorite game, and a web clone is available under an open license, we're happy to accept whishes and pull requests.

Development

When a Dockerfile is changed, you might want to run:

docker-compose build

This will rebuild images (but still use the build cache).

Client-server apps

Games that run on multiple containers (e.g., client and server) should communicate inside a separate Docker network. If that is no option, please verify that any backend address can be configured through docker-compose.override.yml. This way the repo can be deployed on a public server.

About

🎲 Bundle of collaborative, open source online games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%