RoganMurley / GALGAGAME

GALGA: Multiplayer card game written in Haskell and Elm.

Home Page:https://www.galgagame.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

GALGA: Multiplayer card game written in Haskell and Elm.

https://www.galgagame.com


Languages

Language:Elm 58.5%Language:Haskell 33.0%Language:SCSS 5.4%Language:JavaScript 1.2%Language:Handlebars 1.1%Language:Shell 0.5%Language:Python 0.2%Language:Dockerfile 0.1%