A simple multiplayer card game.
The game is packaged as a docker container, so to run it, do:
git clone git@github.com:atarola/cards.git
cd cards
docker build -t cards:latest .
docker run --rm -p 5000:5000 cards:latest
Once started, point your browser to http://localhost:5000