Skip to content

UnPolinomio/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

24 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Conway's Game of life

The famed conway's game, now on your web browser.

This is a zero players game, the rules are:

  • Any live cell with fewer than two live neighbours dies, as if by underpopulation.
  • Any live cell with two or three live neighbours lives on to the next generation.
  • Any live cell with more than three live neighbours dies, as if by overpopulation.
  • Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.

For watching it on your own web browser, only go to this page, and have fun...

You can look for its Wikipedia article here.

Created by: Hector Franco Torres M.

About

๐Ÿ‘พ The famed conway's game, now on your web browser. ๐Ÿ•น

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published