Skip to content
/ yinsh Public
forked from sharkdp/yinsh

A web-based version of the board game Yinsh

License

Notifications You must be signed in to change notification settings

longyuxi/yinsh

 
 

Repository files navigation

Yinsh

(Tuned for local installation)

An HTML5 version of the board game Yinsh written in Haskell / Haste.

Play in your browser (See Yinsh rules)

Yinsh in browser

Install:

  1. 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
  2. Change the configuration at the bottom of backend/Main.hs respectively.
  3. cabal run to start the backend. Open index.html to start the front end.

About

A web-based version of the board game Yinsh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 93.9%
  • HTML 3.8%
  • CSS 1.7%
  • Other 0.6%