Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 453 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 453 Bytes

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