sraaphorst / spelunker

Maze generation and solving library
Other
11 stars 2 forks source link

Figure out what to do with GraphMaze #115

Open sraaphorst opened 6 years ago

sraaphorst commented 6 years ago

As it stands, GraphMaze is hardly a proof of concept, but since Maze has a monomorphism to ThickMaze, and ThickMaze has a monomorphism to GraphMaze, clearly GraphMaze 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.

sraaphorst commented 6 years ago

This is essentially the same issue as #125.