Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.