Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 204 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 204 Bytes

Conways Game of Life (in Elm!)

Try it!

Type:

elm reactor

..and navigate to src/Main.elm

or do

elm make src/Main.elm --output=index.html

and open the generated index.html in your web browser!