https://github.com/bramirez96/conwaysgameoflife
An implementation of Conway's famous Game of Life, utilizing React with Redux Sagas.
https://github.com/bramirez96/conwaysgameoflife
Last synced: about 1 year ago
JSON representation
An implementation of Conway's famous Game of Life, utilizing React with Redux Sagas.
- Host: GitHub
- URL: https://github.com/bramirez96/conwaysgameoflife
- Owner: bramirez96
- License: mit
- Created: 2020-07-27T21:07:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T08:47:19.000Z (almost 6 years ago)
- Last Synced: 2025-02-08T17:41:34.762Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://conwaysgameoflife.vercel.app
- Size: 431 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conway's Game of Life
Created using React/Redux. Redux store implemented using Sagas.
## Features
* Fully functional simulation of John Conway's famous Game of Life
* 25x25 toroidal game board
* Loadable presets that simulate common structures
* Ability to randomize state of cells on the board
* Ability to adjust board zoom and simulation speed