TodePond / CellPond

surreal cellular automata
https://cellpond.cool
MIT License
280 stars 35 forks source link

All cells update at once / generational automaton? #341

Open Miner49ur opened 5 months ago

Miner49ur commented 5 months ago

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.

TodePond commented 5 months ago

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)