https://github.com/joakin/gol
Another game of life.
https://github.com/joakin/gol
Last synced: about 1 year ago
JSON representation
Another game of life.
- Host: GitHub
- URL: https://github.com/joakin/gol
- Owner: joakin
- Created: 2015-09-25T19:42:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-25T20:58:40.000Z (over 10 years ago)
- Last Synced: 2025-02-18T19:55:51.306Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# game of life
[Demo at chimeces.com/gol](https://chimeces.com/gol)
Because everybody has to implement a game of life once in their lives.
Here's mine. As basic as it can get. (Canvas, ES2015, browserify).
## dev
Clone, `npm install`.
Do `npm start` for spinning up the development server at `localhost:9966`.
Do `npm run build` to run the prod version of the site.