Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/).