Skip to content

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.

License

Notifications You must be signed in to change notification settings

heinerbehrends/game-of-life-gatsby

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published