forked from abhinavrastogi/game-of-life
-
Notifications
You must be signed in to change notification settings - Fork 0
A Canvas and JS implementation of the popular Conway's Game of Life
License
aakashbapna/game-of-life
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Canvas and JS implementation of the popular Conway's Game of Life. Click on cells to toggle them. Click on 'Start' to start the simulation. Click on 'Pause' to pause it. Click on 'start' again to resume. You can click during the simulation to interact with it in realtime. Read more about Game of Life at http://en.wikipedia.org/wiki/Conway's_Game_of_Life Demo: http://designcranium.com/projects/game-of-life Parameters: gameOfLife(<cell size in pixels>, <frame interval in ms>).init().startAnimation(); Sample Usage: gameOfLife(10,50).init().startAnimation();
About
A Canvas and JS implementation of the popular Conway's Game of Life
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published