Game-of-life-gatsby is an implementation of Conway's Game of Life. Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970.
This project was bootstrapped with Gatsby.
The UI is implemented using the React library. State management is done using the Redux package. The application uses the immer library to update the immutable application state.
$ git clone https://github.com/heinerbehrends/game-of-life-gatsby
$ cd game-of-life-gatsby
$ yarn install
$ yarn start