GALGA is a browser-based multiplayer digital card game written in the purely functional programming languages Haskell and Elm. It is a WIP under active development.
Try it out at https://www.galgagame.com.
Watch the trailer on YouTube.
Join the discord.
cd client
npm install
elm-package install
gulp build
./scripts/makeFakeCertificates
docker-compose build
docker-compose up
App will be served at https://localhost:4430.