Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement more pathfinding algorithms #3

Open
brean opened this issue Nov 29, 2017 · 3 comments
Open

Implement more pathfinding algorithms #3

brean opened this issue Nov 29, 2017 · 3 comments
Labels
Milestone

Comments

@brean
Copy link
Owner

@brean brean commented Nov 29, 2017

implement the other algorithms from PathFinding.js

Grid-based

from Pathfinding.js

  • Bi-directional A*
  • Iterative Deeping A Star (IDA*)
  • Jump Point Search
  • Orthogonal Jump Point Search
  • Breadth-First-Search
  • Best-First
  • Bi-directional Breadth-First-Search
  • Bi-directional Best-First
  • Bi-directional Dijkstra

other algorighms

also some more from the OpenGenus Cosmos like for example

Non-Grid-based (Navigation Meshes)

@brean brean added the enhancement label Nov 29, 2017
@brean brean self-assigned this Nov 29, 2017
@brean brean added this to the 1.0 milestone Nov 29, 2017
@brean
Copy link
Owner Author

@brean brean commented Dec 28, 2017

Implemented Bi-Directional A* in 4c4eb45

@brean
Copy link
Owner Author

@brean brean commented Dec 29, 2017

Implemented IDA* in ae1941e

brean added a commit that referenced this issue Jan 1, 2018
@brean brean removed their assignment Feb 9, 2018
brean added a commit that referenced this issue Apr 13, 2018
brean added a commit that referenced this issue Apr 13, 2018
brean added a commit that referenced this issue Apr 13, 2018
@brean
Copy link
Owner Author

@brean brean commented Feb 14, 2019

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
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.