You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 3 Dec 2012 at 2:48
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 3 Dec 2012 at 2:48The text was updated successfully, but these errors were encountered: