Skip to content

GALGA: Multiplayer card game written in Haskell and Elm.

Notifications You must be signed in to change notification settings

JamesVarndell/GALGAGAME

 
 

Repository files navigation

GALGA

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.

Join the discord.

CircleCI

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.

About

GALGA: Multiplayer card game written in Haskell and Elm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 57.8%
  • Haskell 32.0%
  • SCSS 6.2%
  • HTML 2.0%
  • JavaScript 1.1%
  • Shell 0.5%
  • Other 0.4%