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

show solution button creates unwanted black lines #14

Closed stevendbp closed 8 years ago

AaronCoplan commented 8 years ago

I've figured out why this occurs. This is because when we solve the maze, in each solution method, we are changing where the lines for two different boxes. I will write code to fix this issue now.