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

Document: Odd / Even Cell Differences #119

Open
john-science opened this issue Jul 12, 2021 · 1 comment
Open

Document: Odd / Even Cell Differences #119

john-science opened this issue Jul 12, 2021 · 1 comment
Assignees

Comments

@john-science
Copy link
Owner

When I originally developed this library I was able to prove (mathematically) that there was no difference between a maze with thick or thing walls when it came to generating or solving them.

So I came up with the space-saving, dense array notion of making sure all rooms and hallways were on odd cells, and all walls were on even-numbered rows/columns in the array.

This was a fine idea, and I still like it. But if a user wants to hand-draw their own maze (which they should be able to do), they need to know about this quirk.

This needs to be better documented for the users.

Thanks to @kburavskij for bringing this to my attention.

@john-science
Copy link
Owner Author

The original issue can be found here: #118

@john-science john-science changed the title Document Odd / Even Cell Differences Documentation: Odd / Even Cell Differences Sep 7, 2023
@john-science john-science changed the title Documentation: Odd / Even Cell Differences Document: Odd / Even Cell Differences Sep 7, 2023
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