Figure out what to do with GraphMaze #115
Labels
enhancement
New feature or request
graphmaze
Mazes based on Boost.Graph
refactor
Refactoring of the code
As it stands,
GraphMaze
is hardly a proof of concept, but sinceMaze
has a monomorphism toThickMaze
, andThickMaze
has a monomorphism toGraphMaze
, clearlyGraphMaze
is the most powerful and flexible formulation of the three.It would be nice if we can somehow use this to work on mazes that are not a rectangular area of the plane.
Regardless, a
GenerateGraphMaze
is needed, as are test cases.The text was updated successfully, but these errors were encountered: