thanhdanhtp / maze-solver

Automatically exported from code.google.com/p/maze-solver
0 stars 0 forks source link

Feature requests (Debugging/Documentation/Maze Interaction) #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Because there is no obvious way receive feedback from your python script 
(besides the movement of the mouse). It can be difficult to debug. I would like 
to request a code output feature (like a serial monitor window) so that we can 
see what our algorithm is doing a little bit better.

I also would to request the ability to interact with the maze like the built in 
maze solvers do. For example, the flood fill algorithm prints an int on each 
maze cell. But this feature isn't available to the python side of the program.

More documentation is always great, too! It is sometimes hard to know 
specifically what built-in methods do what.

Original issue reported on code.google.com by Richard....@gmail.com on 3 Dec 2012 at 2:48