Environment for applying path-finding algorithms to self-generated mazes, built to enable an exploration of PyQt.
The maze runner currently supports:
- Uninformed Search
- Breadth First Search (BFS)
- Depth First Search (DFS)
- Random Sample Search
- Bi-directional Uninformed Search
- Bi-directional BFS
- Bi-directional DFS
- Informed Seach
- Greedy Best First Search
- A* Search
Download maze-runner.exe from the latest release
Requires PyQt5
As this project uses PyQt, it is released under GPLv3