Python script with GUI that allow you to visualize Path Finding algorithms in a maze or grid.
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.
Path Finding Algorithms:
- A*
Maze Generating Algorithms:
- Prim's
GUI powered by DearPyGUI, install using: pip install dearpygui