Explore John Horton Conway's cellular automaton on a 20 x 10 grid, built using React.
- Clone or download this repo.
- Build the project using
npm run build
. - Navigate to the
./build
folder and runindex.html
.
When the application starts you will be met by a randomly-generated cell arrangement already iterating through its generations. You can use the corresponding buttons below the cell grid to pause and restart this animation, or alternatively clear the grid and implement your own starting pattern before playing the simulation again.
You can read more about Conway's Game of Life from this Wiki page.