Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement more pathfinding algorithms #3
Labels
Milestone
Comments
|
Implemented Bi-Directional A* in 4c4eb45 |
|
Implemented IDA* in ae1941e |
|
use 3D and nav-mash (see https://www.youtube.com/watch?v=9RRjM1yNvy4 ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
implement the other algorithms from PathFinding.js
Grid-based
from Pathfinding.js
other algorighms
also some more from the OpenGenus Cosmos like for example
Non-Grid-based (Navigation Meshes)