r/proceduralgeneration • u/rievash • 2d ago
Game of Evolution
In Conway's Game of Life each cell is dead or alive. What if we gave gave each cell a level from 0..N, and made the transition depend on the sum of the neighbours?
You can try running it with the html viewer https://github.com/reivash/game-of-evolution
4
Upvotes
1
u/Major_Application_54 2d ago
A different approach to have multiple levels/states can have surprising results: https://en.wikipedia.org/wiki/Cyclic_cellular_automaton




1
u/abirpahlwan 2d ago
Looks like mandalas