Path-Finder Maze generation and path finding using graph search and divide and conquer algorithms. How to Run First, install pygame with the command pip3 install pygame To path-find, simply run python3 play.py -n where n is the size of the desired maze.