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
307 stars 42 forks source link

PathFinding acts funny in Safari sometimes #1

Closed axaq closed 9 years ago

axaq commented 9 years ago

it finds a much longer path in some cases. Might be different execution of do-while loop in Safari.

axaq commented 9 years ago

fixed by using a new astar algorithm based on https://github.com/bgrins/javascript-astar