CellPond
CellPond copied to clipboard
All cells update at once / generational automaton?
With the current implementation of Cellpond, it is impossible to create a generational cellular automaton like the game of life due to cell updates being asyncronous. Would it be possible to implement generations and create an option for it like there is an option for edgeless mode with - and =? I understand if this is unfeasible due to the current implementation of a recursive grid, as well as the circle and hexagon tools which add random chance to the mix.
hey yes it would be possible to add a mode like this! that would be nice
(sidenote: it is technically possible, as cellpond is turing complete. but it's feasibly very very very very very hard)