(Tuned for local installation)
An HTML5 version of the board game Yinsh written in Haskell / Haste.
Play in your browser (See Yinsh rules)
Install:
- Create TLS certificate and private key via e.g.
openssl req -x509 -newkey rsa:4096 -days 365 -keyout ca-key.pem -out ca-cert.pem
- Change the configuration at the bottom of
backend/Main.hs
respectively. cabal run
to start the backend. Openindex.html
to start the front end.