sraaphorst / spelunker

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

Maze flips and rotations #12

Closed sraaphorst closed 6 years ago

sraaphorst commented 6 years ago

Make it possible for a maze to reflect itself in the horizontal, vertical, and diagonals, and all rotations by multiples of 90 degrees.

sraaphorst commented 6 years ago

Done. May want to do some refactoring on how this is implemented but I think it should be okay.