Skip to content

Meebuhs/maze-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maze-runner

Environment for applying path-finding algorithms to self-generated mazes, built to enable an exploration of PyQt.

maze-runner demo

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

Download maze-runner.exe from the latest release

Requirements

Requires PyQt5

License

As this project uses PyQt, it is released under GPLv3