GloryFish / lua-astar

A simple implementation of the A* (A Star) pathfinding algorithm for lua
http://gloryfish.org
Other
32 stars 4 forks source link

Provided handlers have two bugs #2

Closed isovector closed 11 years ago

isovector commented 11 years ago

Handlers calculate lids incorrectly for non-square grids The default weight vs the heuristic makes the search breadth-first

GloryFish commented 11 years ago

You're absolutely right on both points, great catch and thank you.