Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 545 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 545 Bytes

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