Skip to content

DrummerHead/conway-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

This is my JS version of Conway's Game of Life

  • Vanilla JS
  • Adapts to viewport (bigger monitor, bigger board)
  • Toroidal board (limits connect to itself)
  • Improved experience for touch devices
  • Rule agnostic (other rules could be implemented on the same board)

Check it online at http://mcdlr.com/game-of-life/

Get a great program for Conway's Game of Life

I love CGF and you should get the best program for this algorithm and many more from http://golly.sourceforge.net/

Also available for iPad!

(I'm in no way associated with the developers of these programs, it's just that they are great)

About

My JS version of Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published