Yonaba / Jumper

Fast, lightweight and easy-to-use pathfinding library for grid-based games
http://yonaba.github.io/Jumper
MIT License
611 stars 123 forks source link

Merge node based pathfinding to master #9

Closed Yonaba closed 10 years ago

Yonaba commented 11 years ago

Merge node weight based pathfinding to master. It has proven to be a handy way to handle simultaneous pathfinding for multiple agents, for most use cases.

Yonaba commented 10 years ago

handy ? Maybe not. Though this feature can be used to add some penalty to a specific path (see #18).

Yonaba commented 10 years ago

I will definitely go for the avoiding specific nodes features (see #18) and cancel this. I'll better leave simultaneous pathfinding to steering behaviors.