axaq / traviso.js

Traviso is an open source JS engine that makes it easy to build isometric applications that run in a web browser.
MIT License
309 stars 42 forks source link

ASTAR_DIAGONAL doesn't detect objects on the corners atm and goes through them #2

Open axaq opened 8 years ago

axaq commented 8 years ago

Path finding algorithm, while going diagonally, should take the objects into account and does not go through them but instead go around the corner as it is orthogonal.