An open API service indexing awesome lists of open source software.

https://github.com/nuclearace/cardengine


https://github.com/nuclearace/cardengine

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# CardEngine

A simple server that lets players play various card and board games.

## Using Docker

1. Make sure docker is installed
2. `docker built -t cards .`
3. `docker run -it -p 8080:8080/tcp cards`