An implementation of Set, a game where a triple of cards have to be found. It is implemented using react-flux, a Haskell binding to react flux. It can be tested online at the github project page. (Currently it uses always the same random seed for debugging purposes).
The setup works analogous to the setup described in react-flux.
The steps
stack setup
stack build
make
should produce the javascript code in js-build. Open index.html to see the result in the browser.
There is also a backend with servant which serves the game state with a servant server (https://github.com/drever/fluxetteback). The idea is that there is a single game session and multiple players can play in competition modes. It is half finished and the development is currently on hold TODO.md.