Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 683 Bytes

File metadata and controls

16 lines (9 loc) · 683 Bytes

PathfindingVisualizer

This is a small project I worked on during my Algorithms class at WPI. I wanted to visualize what was happening with A* pathfinding, so I made a program to do just that.

The website is currently hosted on http://users.wpi.edu/~jpdykstra/ as of Nov 17, 2020.

Usage

Besides the buttons at the top of the grid to create start and end nodes, you can click or drag on the grid to create barrier nodes, or obstacles. The pathfinding algorithm will treat these black squares as impassable walls.

Pictures

Pathfinding grid Path finding setup Path finding result