A* Pathfinding Algorithm Visualizer

Demo

Installation

Download from Github releases

You can download the executable (binary) files directly from the Github’s release tab.

Via source

You need to have pip and python >= 3 installed

git clone https://github.com/scott-dlai/a-star-pathfinding.git

cd a-star-pathfinding

pip install -r requirements.txt

Then run python maze-solver/main.py to run the application or use pyinstaller to package the project

pyinstaller -w maze-solver/main.py

An executable (binary file) can be found in the dist/ directory.

Features

Symbols

Creating a maze

Solving the maze

Clearing the maze