Game of Life

A simple Game of Life simulator.

Elm

To run tests:

cd elm
elm-test tests

To run the app:

cd elm
elm reactor
-- navigate to http://localhost:8000/src/Main.elm