Skip to content

olivialba/Path-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PathVisualizer

Python script with GUI that allow you to visualize Path Finding algorithms in a maze or grid.

How to use

Run using the main.py

  • Use right click on the grid to put down the start and end tiles.
  • Use left click on the grid to put down obstacle tiles.
    Click on a tile again to remove it.

Gallery

Algorithms

Path Finding Algorithms:

  • A*

Maze Generating Algorithms:

  • Prim's

Info

GUI powered by DearPyGUI, install using: pip install dearpygui

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages