Skip to content

dannyissocool/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simulation meant to model under/overpopulation on a community.

Live Link: https://dannyissocool.github.io/game-of-life/

Game Logic: 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.

Game Instructions: Click the Randomize button to fill grid. Start the simulation. Stop to pause. Clear wipes the grid clean. (Optional): Resize the grid

About

Game of Life built in React with adjustable grid size. Inspired by Ben Awad's version.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published