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

https://github.com/mfellner/game-of-life-js

Simple JS implementation of the Game of Life
https://github.com/mfellner/game-of-life-js

Last synced: 5 days ago
JSON representation

Simple JS implementation of the Game of Life

Awesome Lists containing this project

README

        

### Game of Life

Take a look at the [live demo](http://mfellner.github.io/game-of-life-js).

To build it yourself:

```
npm install
grunt
```