Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/asankasovis/01.-game-of-life

I created the Conway's Game of Life in this code. Conway's Game of Life is called a cellular automaton. It is a zero player game to put it simply. This means that no external inputs are needed to alter the current state of the system. The change is brought forward by the rules themselves. So the next stage of the simulation depends on the previous state.
https://github.com/asankasovis/01.-game-of-life

generative-art processing

Last synced: 26 days ago
JSON representation

I created the Conway's Game of Life in this code. Conway's Game of Life is called a cellular automaton. It is a zero player game to put it simply. This means that no external inputs are needed to alter the current state of the system. The change is brought forward by the rules themselves. So the next stage of the simulation depends on the previous state.

Awesome Lists containing this project