Skip to content

robertstarke/elm-gameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published