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

Other maze types: cylindrical and toroidal mazes #111

Open
sraaphorst opened this issue Jun 24, 2018 · 0 comments
Open

Other maze types: cylindrical and toroidal mazes #111

sraaphorst opened this issue Jun 24, 2018 · 0 comments
Labels
enhancement New feature or request graphmaze Mazes based on Boost.Graph optional Optional feature: may not implement

Comments

@sraaphorst
Copy link
Owner

This should be easy enough to implement, but the issue is that our current implementations of Maze and ThickMaze rely on a border, so some thought will have to be given to how to handle this: ideally, we could modify these, or this is where GraphMaze could come in handy, if we can redefine our algorithms in those terms instead of in Maze terms, which should be doable.

Then GraphMaze would actually become the primary class of importance containing the maze generators, with Maze and ThickMaze being the results of homomorphisms.

@sraaphorst sraaphorst added enhancement New feature or request optional Optional feature: may not implement graphmaze Mazes based on Boost.Graph labels Jun 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request graphmaze Mazes based on Boost.Graph optional Optional feature: may not implement
Projects
None yet
Development

No branches or pull requests

1 participant