https://github.com/dkruchinin/gameoflife.js
Conway's Game of Life implemented in javascript using Raphaël library.
https://github.com/dkruchinin/gameoflife.js
gameoflife javascript raphaeljs
Last synced: about 1 month ago
JSON representation
Conway's Game of Life implemented in javascript using Raphaël library.
- Host: GitHub
- URL: https://github.com/dkruchinin/gameoflife.js
- Owner: dkruchinin
- License: bsd-3-clause
- Created: 2013-09-18T10:37:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-03T21:30:18.000Z (over 11 years ago)
- Last Synced: 2025-06-22T10:38:12.073Z (4 months ago)
- Topics: gameoflife, javascript, raphaeljs
- Language: JavaScript
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Conway's game of life written in javascript. I started this "project" to play with Raphaël library and I have to admit that it was fun.
Although, the javascript is still a piece of shit. Unfortunately Raphaël can't change that...