Skip to content

JasonDykstra/PathfindingVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A visualizer for A* path-finding algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published