Skip to content

This is an HTML5 Canvas representation of John Conway's theory : Game of life.

Notifications You must be signed in to change notification settings

naprirfan/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

#Game of life

Visit Demo

This is an HTML5 Canvas Representaion of John Conway's theory : Game of life.

##Rules : For a space that is 'populated':

  • Each cell with one or no neighbors dies, as if by solitude.
  • Each cell with four or more neighbors dies, as if by overpopulation.
  • Each cell with two or three neighbors survives.

For a space that is 'empty' or 'unpopulated'

  • Each cell with three neighbors becomes populated.

About

This is an HTML5 Canvas representation of John Conway's theory : Game of life.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published