All Projects → RoganMurley → GALGAGAME

RoganMurley / GALGAGAME

Licence: other
GALGA: Multiplayer card game written in Haskell and Elm.

Programming Languages

elm
856 projects
haskell
3896 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
Handlebars
879 projects
shell
77523 projects

Projects that are alternatives of or similar to GALGAGAME

CardGame
Unity prototype of a gambling card game DouDizhu
Stars: ✭ 29 (-72.64%)
Mutual labels:  card-game
csol
A small collection of solitaire/patience games (Klondike, FreeCell, Spider, Yukon, etc.) to play in the terminal
Stars: ✭ 25 (-76.42%)
Mutual labels:  card-game
slaytheweb
Slay the Web is a singleplayer, deck builder, roguelike card crawl game for the web based on Slay the Spire
Stars: ✭ 57 (-46.23%)
Mutual labels:  card-game
klondike-rs
CLI Klondike Solitaire written in Rust
Stars: ✭ 32 (-69.81%)
Mutual labels:  card-game
amusementclub2.0
Source code for Amusement Club Discord bot using Eris library
Stars: ✭ 16 (-84.91%)
Mutual labels:  card-game
jskat-multimodule
JSkat is a free software implementation of the game Skat in Java.
Stars: ✭ 21 (-80.19%)
Mutual labels:  card-game
duel-masters
Browser based Duel Masters simulator.
Stars: ✭ 28 (-73.58%)
Mutual labels:  card-game
cards.py
Generate Print-and-Play cards for your board games
Stars: ✭ 16 (-84.91%)
Mutual labels:  card-game
arcomage-hd
Web-based, free and open source, remastered 3D clone of 3DO/NWC's 2000 card game Arcomage. 13 languages. Desktop or mobile Android iOS. Online or offline PWA. Against AI or Multiplayer (w/o server). 🧝👾🃏 (ts+react+redux+rxjs, CSS-based anim, WebRTC)
Stars: ✭ 55 (-48.11%)
Mutual labels:  card-game
triple-triad-godot
Re-implementation of Triple Triad from Final Fantasy VIII. Made with Godot 3
Stars: ✭ 61 (-42.45%)
Mutual labels:  card-game
rise-of-legions
Rise of Legions is a hybrid of MOBA, tower defense and deckbuilding - with fast-paced, easy-to-pickup tug-of-war strategy. Play solo or bring a friend for co-op or 2v2, collect cards, build your deck and crush your enemies.
Stars: ✭ 105 (-0.94%)
Mutual labels:  card-game
dotacard
You are at FODA artwork repository. Play now for free
Stars: ✭ 22 (-79.25%)
Mutual labels:  card-game
doppelkopf
A "Doppelkopf" card game - in your browser ♣️♠️♥️♦️
Stars: ✭ 39 (-63.21%)
Mutual labels:  card-game
card-game
Card game created in unity. Tribute to Astral Tournament.
Stars: ✭ 31 (-70.75%)
Mutual labels:  card-game
uno
UNO - Card Game with Java
Stars: ✭ 70 (-33.96%)
Mutual labels:  card-game
tjmj
网页的天津麻将,从 GoogleCode 导入,不活跃
Stars: ✭ 29 (-72.64%)
Mutual labels:  card-game
uno-multiplayer
uno multiplayer web app game based on socket io and nodejs
Stars: ✭ 27 (-74.53%)
Mutual labels:  card-game
fc-solve
Freecell Solver - a C library for automatically solving Freecell and some other variants of card Solitaire
Stars: ✭ 49 (-53.77%)
Mutual labels:  card-game
cards-over-lan
A Cards Against Humanity clone for LAN play. Works on desktop and mobile. Supports custom cards in multiple languages.
Stars: ✭ 45 (-57.55%)
Mutual labels:  card-game
rolling stock
A web app for the board game Rolling Stock
Stars: ✭ 14 (-86.79%)
Mutual labels:  card-game

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.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].