An educational way of learning pathfinding algorithms.
- Clone the repository
- Open the index.html in your browser
- To select a new start position (in green) click left mouse button.
- To select a new end position (in brown) hold ALT as you click the left mouse button.
- To add obstacles (in black) hold SHIFT while clicking the left mouse button.
- Add a breakpoint if you'd like in the astar.js file to find out more how it calculates the path.