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

when setting periodicity with master builder module should change builder's offset to avoid building on top of each other #91

Open
programmerjake opened this issue Oct 16, 2023 · 0 comments

Comments

@programmerjake
Copy link

when setting periodicity to 3, currently it sets builders to:

Builder #1
offset=0
Builder #2
offset=0
Builder #3
offset=0
moves
-->
   
nothing
builds here
all three try
to build here
nothing
builds here
nothing
builds here
all three try
to build here
nothing
builds here

what I think should happen:

Builder #1
offset=0
Builder #2
offset=1
Builder #3
offset=2
moves
-->
   
#1
builds here
#2
builds here
#3
builds here
#1
builds here
#2
builds here
#3
builds here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants