A* Excel
An AI Pathfinding Demo in Microsoft Excel


____This is a program I originally wrote as a way of trying out the A* (A-Star) pathfinding algorithm before building it into a C++ project I was working on at the time.

News

[ January 29th, 2004 ]
____Fixed a little bug in the program that created some paths that were, while correct, just odd... Sometimes the program would create a curved path, when a more direct straight line was available with the same travel cost. It should now prefer the more direct routes.


[ October 21st, 2003 ]
____Website built.