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

no more than one rule? #2

Open
cauerego opened this issue Feb 6, 2019 · 0 comments
Open

no more than one rule? #2

cauerego opened this issue Feb 6, 2019 · 0 comments

Comments

@cauerego
Copy link

cauerego commented Feb 6, 2019

the text days there's just that 1 rule, but clearly there's something more going on the simulation and i can't understand why ncase did it.

if(ff.clock>1) ff.clock=1;

if(ff.clock>1) ff.clock=1;

not sure if this is where it happens, but when adjusting the "nudge clock forward" on the simulation we can clearly see this second rule in effect.

something a bit too magical for reality, along the lines of:

following 1st rule, when the clock nudging goes beyond 1 cycle, then nudge no more.

not to mention every artificial firefly have the exact same clock cycle makes me wonder if this would hold true for if they didn't... but i like to believe it would.

really, i'm just trying to properly internalise the full concept to myself, and struggling with it when trying to fill the blanks between this simulation and thai reality.

can someone help?

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

1 participant