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/
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)