Exploring Elm by implementing Conway's Game of Life.
Run
elm reactor
and then go to http://localhost:8000/src/GoL.elm
Run
elm-make tests/GoLTest.elm --output=GoLTest.html
and then open GoLTest.html
in a browser.
Exploring Elm by implementing Conway's Game of Life.
Run
elm reactor
and then go to http://localhost:8000/src/GoL.elm
Run
elm-make tests/GoLTest.elm --output=GoLTest.html
and then open GoLTest.html
in a browser.