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: 9 months ago
JSON representation
Cellular Automata demonstration in React.
- Host: GitHub
- URL: https://github.com/ahuth/conway
- Owner: ahuth
- Created: 2016-07-16T05:55:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T03:40:46.000Z (almost 5 years ago)
- Last Synced: 2024-01-29T20:53:23.537Z (almost 2 years ago)
- Topics: cellular-automata, conway, conway-game, game-of-life, life, react, simulation
- Language: TypeScript
- Homepage: https://ahuth.github.io/conway
- Size: 2.57 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Conway's Game of Life
============
Cellular automata in React.

## Setup
1. Clone the repo with `git clone git@github.com:ahuth/conway.git`
2. Install dependencies with `yarn install`
3. Start with `yarn start`