Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/couto/conway
Javascript Implementation of Conway's Game of Life
https://github.com/couto/conway
Last synced: about 8 hours ago
JSON representation
Javascript Implementation of Conway's Game of Life
- Host: GitHub
- URL: https://github.com/couto/conway
- Owner: Couto
- License: mit
- Created: 2012-09-03T00:33:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T13:28:05.000Z (about 5 years ago)
- Last Synced: 2024-04-14T07:55:36.006Z (7 months ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conway's Game of Life
## Instalation
```
git clone https://github.com/Couto/conway.git
cd conway && git submodule update --init
npm install
npm start
```## TODO
* Big grids make take some time to render. Research about setTimeouts vs WebWorkers
* Fix application architecture
* Implement predefault examples that can be dragged to the grid.