Skip to content

A recreation of Conway's Game of Life, the famous simulation of cellular automaton

Notifications You must be signed in to change notification settings

corbinrobb/conways-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conways Game of Life

Description

This is a recreation of Conway's game of life. A cellular automation created by mathematician John Conway. Its evolution is determined by its initial state of alive and dead cells. With every generation each cell will count how many neighbors it has and by following a simple set of rules it will either survive to the next generation or die.

Rules

  1. Any live cell with two or three live neighbours survives.
  2. Any dead cell with three live neighbours becomes a live cell.
  3. All other live cells die in the next generation. Similarly, all other dead cells stay dead.

Technology Used

  • React
  • JavaScript
  • HTML
  • CSS

About

A recreation of Conway's Game of Life, the famous simulation of cellular automaton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published