ndreynolds / doubleheader

The Doppelkopf card game in Elm & Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The Doppelkopf card game in Elm & Elixir


Languages

Language:Elixir 59.5%Language:Elm 36.0%Language:CSS 3.4%Language:Makefile 0.7%Language:Dockerfile 0.4%