Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ahuth/conway

Cellular Automata demonstration in React.
https://github.com/ahuth/conway

cellular-automata conway conway-game game-of-life life react simulation

Last synced: 4 days ago
JSON representation

Cellular Automata demonstration in React.

Awesome Lists containing this project

README

        

Conway's Game of Life
============

Cellular automata in React.

![Conway's Game of Life](https://user-images.githubusercontent.com/2503289/57788047-45af0180-76eb-11e9-97cc-1a5e50b1f6d5.gif)

## Setup

1. Clone the repo with `git clone [email protected]:ahuth/conway.git`
2. Install dependencies with `yarn install`
3. Start with `yarn start`