Skip to content

lindbergan/pathfindingvisualized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinding visualized

An educational way of learning pathfinding algorithms.

GIF of the visualization GIF of how it works

Try it out

  1. Clone the repository
  2. Open the index.html in your browser
  3. To select a new start position (in green) click left mouse button.
  4. To select a new end position (in brown) hold ALT as you click the left mouse button.
  5. To add obstacles (in black) hold SHIFT while clicking the left mouse button.
  6. Add a breakpoint if you'd like in the astar.js file to find out more how it calculates the path.

Releases

No releases published

Packages

No packages published