/Pathfinder

Primary LanguagePython

Pathfinder

A vizualisation approach to better understand a few pathifinding algorithms that you may come across.

The following UI allows you to choose between the various search algorithms.

The following images visualize the A* algorithm

Install dependencies:

pip install -r requirements.txt

Run Visualizer

python main.py