Path Finding - 0.1.0
A demo visualizing the execution of various path finding algorithms
Xueqiao Xu
(qiao)
This is a demo visualizing the execution of various path-finding algorithms
Curently five algorithms are included:
- A* (using Manhattan distance)
- A* (using Euclidean distance)
- A* (using Chebyshev distance)
- Dijkstra
- Bi-Directional Breadth-First-Search
This is a Client/Server application. You should start the server first and then the client.
Also, you can start the server on one machine and run the client on a different machine, as long as the two machines are connected.Requires Python 2.6+ (2.5 and 3.x is not supported)
Changes
Links
Releases
Path Finding 0.1.0 — 12 Feb, 2011
Path Finding 0.1.1 — 16 Feb, 2011