Other maze types: cylindrical and toroidal mazes #111
Labels
enhancement
New feature or request
graphmaze
Mazes based on Boost.Graph
optional
Optional feature: may not implement
This should be easy enough to implement, but the issue is that our current implementations of
Maze
andThickMaze
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 whereGraphMaze
could come in handy, if we can redefine our algorithms in those terms instead of inMaze
terms, which should be doable.Then
GraphMaze
would actually become the primary class of importance containing the maze generators, withMaze
andThickMaze
being the results of homomorphisms.The text was updated successfully, but these errors were encountered: