An implementation of John Conway's Game of Life in React and Redux. View the demo.
Read the rules of the game on the Game of Life Wikipedia Page
You can click to add your own cells or generate a random grid. You can also step through one generation at a time or play/pause to automatically advance generations.
###Run on your machine###
Checkout this Repo and
> npm install
> npm start
The game will be running at http://localhost:8080/