Skip to content

vpuru98/Path-Finder

Repository files navigation

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.

About

Maze generation and path finding using graph search and divide and conquer algorithms.

Topics

Resources

Stars

Watchers

Forks

Languages