Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All cells update at once / generational automaton? #341

Open
Miner49ur opened this issue Feb 3, 2024 · 1 comment
Open

All cells update at once / generational automaton? #341

Miner49ur opened this issue Feb 3, 2024 · 1 comment

Comments

@Miner49ur
Copy link

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
Copy link
Owner

TodePond commented Feb 3, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants