Skip to content

A Canvas and JS implementation of the popular Conway's Game of Life

License

Notifications You must be signed in to change notification settings

aakashbapna/game-of-life

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published