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

Fix corners on display. #3

Open AaronCoplan opened 8 years ago

AaronCoplan commented 8 years ago

When the maze is drawn, where two edges touch each other, it leaves an undrawn corner. Write code to fix this by filling in the corner so all walls appear as perfect rectangles.