We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug GOL not looping correct off of right-side of canvas.
To Reproduce on this w5h5 grid with GOL:
#@### #@### #@### #####
it turns into
##### #@### ##### #####
Expected behavior
##### @@@## ##### #####
Additional context
This was reduced from shrinking the error-space of a bug where an glider at top-center of 100 by 100 canvas, pointing SE doesn't loop correctly.
The text was updated successfully, but these errors were encountered:
Resolved in vesrion 5
Sorry, something went wrong.
This can be demoed and proven to still happen with brian's brain
In an empty, looping canvas, place two pixels right next to another near the top left corner. The diamond is supposed to spread symmetrically.
No branches or pull requests
Describe the bug
GOL not looping correct off of right-side of canvas.
To Reproduce
on this w5h5 grid with GOL:
it turns into
Expected behavior
Additional context
This was reduced from shrinking the error-space of a bug where an glider at top-center of 100 by 100 canvas, pointing SE doesn't loop correctly.
The text was updated successfully, but these errors were encountered: