Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpbm/game-of-life
My version of Conway's game of life using P5JS
https://github.com/dpbm/game-of-life
conways-game-of-life css game-of-life gameoflife html javascript js p5 p5js processing
Last synced: about 2 months ago
JSON representation
My version of Conway's game of life using P5JS
- Host: GitHub
- URL: https://github.com/dpbm/game-of-life
- Owner: Dpbm
- Created: 2024-01-19T16:54:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-25T12:40:01.000Z (11 months ago)
- Last Synced: 2024-04-16T04:59:42.504Z (9 months ago)
- Topics: conways-game-of-life, css, game-of-life, gameoflife, html, javascript, js, p5, p5js, processing
- Language: JavaScript
- Homepage: https://game-of-life-dpbm.vercel.app
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Game of life
![example](./assets/example.png)
This is my version of [Conway's game of life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) using [P5js](https://p5js.org/).
## The idea
The idea of making this game came from this [coding train](https://thecodingtrain.com/) video:[![Coding Train video](http://img.youtube.com/vi/FWSR_7kZuYg/0.jpg)](https://youtu.be/FWSR_7kZuYg)
and [this article](https://www.quantamagazine.org/maths-game-of-life-reveals-long-sought-repeating-patterns-20240118/) from [Quanta Magazine](https://www.quantamagazine.org/).
So after that, I decided to do my own version in JS that you can check [here](https://game-of-life-eta-one.vercel.app/).