https://github.com/shahank42/game-of-life
In-browser simulation of Conway's Game of Life.
https://github.com/shahank42/game-of-life
conways-game-of-life game-of-life javascipt p5js p5js-simulation p5js-sketch
Last synced: about 2 months ago
JSON representation
In-browser simulation of Conway's Game of Life.
- Host: GitHub
- URL: https://github.com/shahank42/game-of-life
- Owner: shahank42
- License: mit
- Created: 2022-10-14T13:39:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T06:43:49.000Z (over 2 years ago)
- Last Synced: 2024-10-05T13:41:12.948Z (8 months ago)
- Topics: conways-game-of-life, game-of-life, javascipt, p5js, p5js-simulation, p5js-sketch
- Language: JavaScript
- Homepage: https://shahank42.github.io/Game-of-Life/
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game-of-Life
In-browser simulation of Conway's Game of Life.
# Implementation Details
Again one of the oldies from 2019.
This time I actually have well-commented code. I commented the heck out of it.
I'll re-write the README file later on in the future.