krisajenkins / cardmatch

A little card-matching game, with capes!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Card Match Capes

A little web game written in Elm (with some Haskell). Try it out.

Building

Still very much a work-in-progress, but if you have stack & elm installed, you can try it out if you wish:

Build the UI

( cd ui ; make )

Build the server

Edit src/Keys.hs.

stack install
sphere -d | tee products.json
sphere -w

About

A little card-matching game, with capes!


Languages

Language:Elm 47.5%Language:Haskell 25.8%Language:JavaScript 12.3%Language:CSS 8.1%Language:Makefile 2.9%Language:HTML 1.8%Language:Emacs Lisp 1.6%