Awesome
GALGA
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.
Dependencies:
Dev setup
Build client
cd client
npm install
elm-package install
gulp build
Build server
./scripts/makeFakeCertificates
docker-compose build
Run locally
docker-compose up
App will be served at https://localhost:4430.