An implementation in Elm of Conway's Game of Life.
A demo is available.
If you want to modify it or get it running locally:
- install ELM
- clone the project:
git clone https://github.com/PascalLeMerrer/gelm-of-life.git
- build it:
elm make src/GameOfLife.elm --output game.js
- open index.html in your favorite browser
Run elm test
to execute unit tests.
Licence: MIT