https://github.com/sahilkhanna/gol
Game of Life in P5js
https://github.com/sahilkhanna/gol
game html javascript life of p5 p5js processing
Last synced: about 1 month ago
JSON representation
Game of Life in P5js
- Host: GitHub
- URL: https://github.com/sahilkhanna/gol
- Owner: sahilkhanna
- License: mit
- Created: 2017-12-11T12:49:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T22:20:34.000Z (over 8 years ago)
- Last Synced: 2025-01-15T11:49:53.756Z (over 1 year ago)
- Topics: game, html, javascript, life, of, p5, p5js, processing
- Language: HTML
- Size: 346 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game of Life in P5js
Based on The coding train's example of game of life and programmed using P5js with added age and karma fucntionality.
Age is essentially framecount since the begnning of each cell. After reaching maximum age teh cell dies and transfers it's karma point to a nearby cell or it could respawn itself.

# Demo
https://sahilkhanna.org/patterns/gol/