Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ahuth/conway
- Owner: ahuth
- Created: 2016-07-16T05:55:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T03:40:46.000Z (over 3 years ago)
- Last Synced: 2024-01-29T20:53:23.537Z (10 months 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.
![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`