Skip to content

dgodfrey206/Pathfinding-Algorithm-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Path Finding Visual

An aggregation of various pathfinding algorithms visualized in Python

example

These projects use Pygame for the animation.

pip install pygame
git clone https://github.com/dgodfrey95/path-finding-visual.git

cd *algorithm_directory*
python *algorithm.py*

Overview

The goal of these programs is to teach myself how these pathfinding algorithms work. The program starts at a random position in a 30x30 grid and it tries to find its way to another random goal position on the grid. When the path has been found it becomes illustrated on the board. The user has the option of restarting the program with their own start and goal positions.

My Thoughts

By implementing these algorithms and illustrating them I have a deeper understanding of how they work as well as their possible applications. Graph theory has become more accessible to me through doing these projects.

This was also my first introduction to Pygame. I was very impressed by how easy it was to get used to.

About

An aggregation of various pathfinding algorithms visualized in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages