CellPond icon indicating copy to clipboard operation
CellPond copied to clipboard

All cells update at once / generational automaton?

Open Miner49ur opened this issue 1 year ago • 1 comments

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.

Miner49ur avatar Feb 03 '24 14:02 Miner49ur

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)

TodePond avatar Feb 03 '24 18:02 TodePond