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

Add randomness to bump distances #2011

Closed
rachel-fenichel opened this issue Aug 20, 2018 · 0 comments
Closed

Add randomness to bump distances #2011

rachel-fenichel opened this issue Aug 20, 2018 · 0 comments

Comments

@rachel-fenichel
Copy link
Collaborator

Problem statement

Blocks bump fully deterministically. A block that has just been bumped does not bump blocks from its new position, to avoid cascades. As a result, bumped blocks can end up stacked on top of each other and can be hard to read.

Expected Behavior

Block bumping improves readability and stops blocks from being stacked in misleading ways.

Actual Behavior

d391c3cb-7a66-40aa-8039-dfb3767f4617

Additional Information

Proposed solution: add some randomness to the calculation for how far to bump a block. Probably +/- 5 or 10 on both X and Y. That change would be 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

1 participant