Skip to content

The Game of life is not your typical computer game. It is a 'Cellular Automaton'.

License

Notifications You must be signed in to change notification settings

ChitownCoder/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

I have used React creating CGL

Conway's Game of Life

The Game of life is not your typical computer game. It is a 'Cellular Automaton', and was invented by Cambridge mathematician John Conway. This game is widely none when it was mentioned in an article published by Scientific American in 1970. It consists of a collection of cells which, based on a few mathematical rules, can live, die, or multiply. Depending on the initial conditions, the cells from various patterns throughout the course of the game.

This is a Glider Glider

This is a Pulsar Pulsar

This is a cellular automaton infinite 2 dimensional cell grid game, basically what will happen is you will have cells that will dance on the gird, each lifecycle is dependant on one another throughout the life of a generation. You have some icons at the top of the page, if click on the shuffle icon it will give you a random cell game then click the play button, I also have 2 buttons top right, a glider and a flower, the glider is just that (Glider) and the flower represents (Pulsar), you can slow the game down or speed up, we can also change the grid size.

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

pull request #1

About

The Game of life is not your typical computer game. It is a 'Cellular Automaton'.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published