Skip to content

goofygamer/pathfinding-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Pathfinding Visualizer

This project showcases how different pathfinding algorithms function to connect a starting point to an end point.

Implementation

  1. Wrote the code for A*, Breath-First Search, and Djikstra's algorithms.
  2. Built a 25X25 pathway with an initial point, an end point, and a maze that cannot be breached by the code to add some spice to the functionality.
  3. Created a frontend GUI with all of the previously mentioned functionality using tkinter.

Functionality

Following picture showcases an instruction manual that comes up as the code is booted.

Capture

Here, you can see an example of the interface.

pf

Made with ❤️ in 2023

About

Check out how some of the most popular pathfinding alogrithms work on a 2D grid!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages