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

fewest turns

Open goozo opened this issue 7 years ago • 1 comments

is there a way to pass option which would set a penalty if the path changes directions in order to get a path with fewest turns? (I need to avoid the staircase effect)

goozo avatar Apr 24 '17 14:04 goozo

I have similar requirement too, so I read the source code. But found nothing about it. If you want to do the same thing, you can have a look on my forked version (marcong95/javascript-astar). I add some code on it referring to another project called JointJS. But do NOT use it directly for production use, I have not done any testing on it.

marcong95 avatar Mar 06 '18 04:03 marcong95