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

Update and improve GUI. #7

Closed AaronCoplan closed 8 years ago

AaronCoplan commented 8 years ago

Update and improve the GUI by adding action buttons for the following: -show maze -show solution -print maze

and possibly others...

AaronCoplan commented 8 years ago

Everything is done but printing capabilities - which are covered in a separate issue.