Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 584 Bytes

File metadata and controls

21 lines (13 loc) · 584 Bytes

Doubleheader

A multiplayer web version of the popular German card game "Doppelkopf".

It's implemented as an Elm frontend and Elixir backend with communication over web sockets.

Currently, a normal game (when all players are "healthy") is playable, but the other game types are still a work in progress.

gameplay

Running it

The repo includes a docker-compose.yml to serve the frontend and backend:

docker-compose up

Now the application should be accessible at http://localhost:3000.