Skip to content

PascalLeMerrer/gelm-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An implementation in Elm of Conway's Game of Life.

A demo is available.

If you want to modify it or get it running locally:

  • install ELM
  • clone the project: git clone https://github.com/PascalLeMerrer/gelm-of-life.git
  • build it: elm make src/GameOfLife.elm --output game.js
  • open index.html in your favorite browser

Run elm test to execute unit tests.

Licence: MIT

About

An ELM implementation of Conway's Game of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published