javascript-astar icon indicating copy to clipboard operation
javascript-astar copied to clipboard

Allow options for diagonal pathfinding

Open ghost opened this issue 10 years ago • 3 comments

Add option to disallow pathfinding between walls diagonally.

ghost avatar Mar 24 '15 02:03 ghost

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?

bgrins avatar Mar 26 '15 00:03 bgrins

Sure, I'll just need to figure out how to update a PR. I'm not the most git-savvy :)

ghost avatar Mar 27 '15 21:03 ghost

any update here?

LukeWood avatar May 10 '20 01:05 LukeWood