sraaphorst / spelunker

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

Add support for braiding thick mazes #45

Closed sraaphorst closed 6 years ago

sraaphorst commented 6 years ago

A maze is a braid maze if it contains no dead ends; it must then not be a perfect maze.

The simplest way to make any maze into a braid maze is to iterate over the dead ends and remove one interior wall from each.

Implement braid mazes for ThickMaze.

sraaphorst commented 6 years ago

Done as per #48.