Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 850 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 850 Bytes

Game-of-life-gatsby

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.

Watch it in action

Game of Life on Netlify

Run game-of-life-immu on a local machine

$ git clone https://github.com/heinerbehrends/game-of-life-gatsby
$ cd game-of-life-gatsby
$ yarn install
$ yarn start