Skip to content

Implement more pathfinding algorithms #3

Description

@brean

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
  • ARA-*

other algorighms

also some more from the OpenGenus Cosmos like for example

Non-Grid-based (Navigation Meshes)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions