Sunday, November 9, 2008

Finished A* Finally

Hello,

I finally implemented an OK heuristic (Manhattan distance / Taxicab geometry from the current node to the end node). Everything looks the same, but the code is a bit different.

My full implementation of A* in ActionScript is available here.

No comments: