Conway's Game of Life implemented with a React front-end.
Conway’s Game of Life is a cellular automaton developed by mathematician John Horton Conway. It is
a zero-player game, where the player only interacts with the program at the beginning to set its
initial configuration. Once the simulation starts, the player can no longer interact with the board
and must watch the cells evolve over time.
Users should have Node 8.10.0 installed on their machine. Having Node 8.10.0 installed, run the
command npm install
. Once that has finished, run the command npm run start
and open your
browser to http://localhost:3000 to start using the application.