Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 443 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 443 Bytes

Conway's Game of Life

Based on John Horton Conways cellular automation, this web app simulates popluation dynamics. The user is able to seed the grid with pre-made seed formations, or create their own. They can start and stop the iteration, and manipulate it by changing individual cells by clicking on them.

To use:

Clone the repository, and simply open the index.html file in a browser.

Live web version at: "http://conway.site44.com"