AaronCoplan / MazeSolver

Program that generates mazes, solves them, has printing capabilities, and can read an image of a maze and solve it.
MIT License
0 stars 1 forks source link

add getBinaryMaze method to Maze Object class #16

Closed stevendbp closed 8 years ago

AaronCoplan commented 8 years ago

Is this still needed?

stevendbp commented 8 years ago

It would make complex solving much easier.

AaronCoplan commented 8 years ago

Ok, I'll write this soon.

AaronCoplan commented 8 years ago

Fully working getBinaryMaze() method has been added to the maze class. @stevendbp