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
- Host: GitHub
- URL: https://github.com/mfellner/game-of-life-js
- Owner: mfellner
- License: isc
- Created: 2014-07-04T05:35:00.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-04T22:44:10.000Z (almost 11 years ago)
- Last Synced: 2024-10-12T00:21:02.275Z (8 months ago)
- Language: JavaScript
- Homepage: http://mfellner.github.io/game-of-life-js
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```