Skip to content

RomainEndelin/elm-conway-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run it

  • Install Elm
  • Run $ elm reactor

Access it at localhost:8000

Roadmap

  • Setup travis builds
  • Automatically reformat
  • Refactor the code, make it more idiomatic, structure the project
  • Add more control (speed control, time travel...)
  • Create some preset/preload some random cells
  • Pass rules as a function of the code
  • Make it so you can create multiple cell when you press & move the mouse
  • Add styling
  • Make it multi-player and persistent with a Phoenix backend