Skip to content

PolarisJunior/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

View the Web App here!

Conway's Game of Life is a popular cellular automaton created by mathematician John Horton Conway. With only a handful of simple rules, it can yield amazingly complex emergent behavior. Game of Life is governed by the following four rules:

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

Click on the grid to create live cells.
To view patterns other people have discovered, check out this pattern library.
Adjust the slider to change the simulation speed.
Once you are ready, press Begin Simulation to start processing the cellular automata.

About

Visual Web App for Conway's Game of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published