Skip to content

SpaceTimmi/Conway-s-Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Conway's Game of Life

https://conway-game-of-life.onrender.com

Rules (courtsey of wikipedia)

  • 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 neigbours dies, as if by overpopulation.
  • Any dead cell with exactly three live neigbours becomes a live cell as if by reproduction.

About

Implementation Conway's Game of Life using JS, HTML and CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages