Maze solving and Maze creation information
Link to code to create Maze array in C++ http://stackoverflow.com/questions/548749/creating-a-maze-class-in-c-using-16bit-unsigned-int-array
Maze solving code: http://stackoverflow.com/questions/10670123/saving-coordinates-of-path-in-recursive-maze-solver
Please log in to post comments.