Skip to content

unhm-programming-team/Conways-Game-Of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conways-Game-Of-Life

A simulation of Conway's game of life

How to Use

In the "Conway's" folder, navigate to the "public_html" open the "index.html" file. In the HTML file, click "Start/Stop" to begin the game, or click "Randomize" to generate a new set of cells.

About Conway's Game of Life

Conway's Game of Life is a game where a set of cells automatically update according to a set of rules.

Standard Rules:
- 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.

About

A simulation of Conway's game of life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published