-
Conway's game of life - need an option to specify starting point and limit the number of cycles for testing, but let it run infinite in GUI.
-
ie. falling sand, conway's game of life, etc.
-
Implement [Conways Game Of Life](https://de.wikipedia.org/wiki/Conways_Spiel_des_Lebens) that runs on the clock
-
Would be nice to detect repeating patterns, and maybe even particular types https://en.wikipedia.org/wiki/Conway's_Game_of_Life#Examples_of_patterns
-
Could Conway's Game of Life example be added to fsgrid? It would be very informative and might also uncover bugs...
iljah updated
5 years ago
-
### Describe the bug
========== query content :: how to use pygame's display and sprites for creating a conway's game of life implementation?
======= post resp is None
======= vqd is None
…
-
Hii, if u are fine with web-programation,
Maybe a game of life (conway's) with a pretty web interface? :D Can't find it. :<
-
Hi, all! 👋 Long-time/first-time, etc.
This year, I'd like to make a novel generator using [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) (I searched to see if this …
-
The README states
> We lose Turing completeness because our new procedure is not deterministic, but practice shows that this formalism still allows to describe a huge range of interesting random proc…
-
Like Conway's game of life, Langton's ant is another cellular automation. Check out [this](https://en.wikipedia.org/wiki/Langton%27s_ant) for more details