https://github.com/avin/react-game-life
The Game of Life in React+Redux
https://github.com/avin/react-game-life
Last synced: 11 months ago
JSON representation
The Game of Life in React+Redux
- Host: GitHub
- URL: https://github.com/avin/react-game-life
- Owner: avin
- Created: 2019-01-12T10:02:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T09:48:14.000Z (over 7 years ago)
- Last Synced: 2025-05-15T02:36:57.780Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://avin.github.io/react-game-life
- Size: 524 KB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-game-life [](https://travis-ci.org/avin/react-game-life)
> The Game of Life in React+Redux
## What is it?
It's the realisation of the simple but awesome cellular automaton. There are more details on [Wikipedia](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life).
## Features
* :art: Free draw own cells by mouse.
* :zap:️ 2 render modes - pure React and classic canvas.
* :wrench: Control speed, cell size and randomization params.
## Play
[ [>> **Play online** <<](https://avin.github.io/react-game-life) ]
[](https://avin.github.io/react-game-life)
## Another games
Check my another React+Redux games:
* [Tetris](https://github.com/avin/react-game-tetris)
* [Snake](https://github.com/avin/react-game-snake)
* [15 puzzle](https://github.com/avin/react-game15)
## License
MIT © [avin](https://github.com/avin)