vpuru98 / Path-Finder

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%