An open API service indexing awesome lists of open source software.

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

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.

![alt text](https://raw.githubusercontent.com/sahilkhanna/GoL/master/image/life.png)

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