https://github.com/joshuacc/lifeforce
A visualization of Conway's Game of Life over time
https://github.com/joshuacc/lifeforce
Last synced: 2 months ago
JSON representation
A visualization of Conway's Game of Life over time
- Host: GitHub
- URL: https://github.com/joshuacc/lifeforce
- Owner: joshuacc
- Created: 2011-11-11T16:24:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-19T22:53:53.000Z (over 13 years ago)
- Last Synced: 2025-01-25T07:08:33.211Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# LifeForce
## A visualization of Conway's Game of Life over time, implemented with Canvas and CoffeeScript.
Live page: http://joshuacc.github.com/LifeForce/
The two canvases represent two visualizations of the same data. The first is the classic Game of Life, seeded randomly. The second visualizes the "force" of life (or death) over time.At each step, the presence of a live cell brightens the corresponding pixel, while a dead cell darkens it. Over time this results in an image depicting where life has been able to flourish.