An open API service indexing awesome lists of open source software.

https://github.com/robertstarke/elm-gameoflife

Implementation of John Conway's Game of Life with ELM (a functional programming JS framework).
https://github.com/robertstarke/elm-gameoflife

elm-lang vanillacss

Last synced: 3 months ago
JSON representation

Implementation of John Conway's Game of Life with ELM (a functional programming JS framework).

Awesome Lists containing this project

README

        

# elm-gameOfLife
Game Of Life implementation using Elm language

To build use the following command:
elm make src/Main.src --output public/main.js --optimize

This builds only the main.js file and will ensure that stylesheets are loaded properly in the index.html file.