• Stars
    star
    129
  • Rank 270,656 (Top 6 %)
  • Language
    Elm
  • Created over 6 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

GALGA: Multiplayer card game written in Haskell and Elm.

GALGA

GALGA gif

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.

CircleCI

GALGA gif

Dependencies:

DYet another GALGA gif

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.