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

Graphics Issue with Display (& Generation??) Class(es) #17

Closed AaronCoplan closed 8 years ago

AaronCoplan commented 8 years ago

Display (& generation??) of maze only goes up to size 85x85, anything above causes a blank screen except for the pink squares indicating start and finish. Also, issues with showing solution for larger size mazes, need to fix this.

AaronCoplan commented 8 years ago

By setting a constant lineSize, this issue appears to be resolved.