Built with React and Redux this App is a 'cellular automaton' (invented by Cambridge mathematician John Conway in 1970)
The "game" is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves, or, for advanced "players", by creating patterns with particular properties.
###Install: sudo npm install npm start (development) npm run build (production)