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

Improve data structure of program with the Maze object #15

Closed stevendbp closed 8 years ago

stevendbp commented 8 years ago

Maze objects should be passed to solution and other relevant classes, not 2D Cell arrays

stevendbp commented 8 years ago

I broke many things and am sorry.

AaronCoplan commented 8 years ago

Issues are fixed and data structure of the code has been reworked.