simple navigator
the program builds a small map for virtual area (twon,village,etc...), then ask the user to select a starting point and an end point, then the program searches for the shortest path between the two points and draws it in the screen.
to draw the map a well known graphics library called GRAPHICS...
Graph
Python