/path_visualizer

Find shortest path in maze.

Primary LanguagePythonMIT LicenseMIT

path_visualizer

Path visualizer is a program for finding path in maze. In program is implemented four path finding algorithms.

A* Seacrch
BFS
DFS
Dikstra

Also is implemented auto maze generation with dfs.

Prerequisites

python3.7+
Qt 5
pygame
PyQt5
numpy

Running the GUI

git clone https://github.com/gugmelik/path_visualizer.git
cd path_visualizer
python main.py

License

This project is licensed under the MIT License - see the LICENSE.md file for details