javascript-astar
javascript-astar copied to clipboard
Allow options for diagonal pathfinding
Add option to disallow pathfinding between walls diagonally.
Thanks! Can you update the PR to encode the optional modes inside of the diagonal option as we discussed at https://github.com/bgrins/javascript-astar/issues/39#issuecomment-85050389.
Also, could you add some basic test cases in https://github.com/bgrins/javascript-astar/blob/master/test/tests.js?
Sure, I'll just need to figure out how to update a PR. I'm not the most git-savvy :)
any update here?