Skip to content
Back to Projects
Pathfinding Visualizer

Pathfinding Visualizer

This was one of my personal projects made in summer 2024, when I was trying to learn new algorithms and started searching for shortest distance algorithms. This project explores different pathfinding algorithms and visualizes the paths taken and possibilities searched when finding a path between start and end points with some barriers on the way. It was fun learning different algorithm approaches using the visualizer I made.

Technologies

PythonPyGame

Screenshots

Pathfinding Visualizer screenshot 2
Pathfinding Visualizer screenshot 3
Pathfinding Visualizer screenshot 4