An open API service indexing awesome lists of open source software.

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.

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