Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 319 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 319 Bytes

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.