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

Change srl_generator_v5.js to support different sizes #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

savage13
Copy link

Change srl_generator_v5.js to support different sizes.

Bingo board size of 5 is still the default.

The primary mnodification here is the construction of the lineCheckList variable. This is now done through the makeCheckList function. Diagonals are only used in odd-sized tables.

This was checked for a board size of 5 for the Normal Zelda BotW bingo for the first 1,000,000 seeds; max seed is 999,999 but it is never checked.

More tests were done that confirms the time to complete a row, column or diagonal increased with increases with board size. Plots of this data are in the botw-bingosync-dev discord channel.

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

Successfully merging this pull request may close these issues.

1 participant