Skip to content

kploskonka/A-Star-Pathfinding-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A* pathfinding algorithm visualization

Tool made to help understand A* pathfinding algorithm by visualizing it.

Installation guide

git clone https://github.com/kploskonka/A-Star-Pathfinding-Visualization.git
cd A-Star-Pathfinding-Visualization
pip install -r requirements.txt
python pathfinder.py

Usage

  • LMB - Set start point, set end point, set barriers
  • RMB - Reset point
  • Return Key - Start visualization
  • C Key - Clear grid

Screenshots

  • Points and barriers set up by user Set up barriers
  • Algorithm searching for correct path Searching for path
  • Path found Path found

Katarzyna Płoskonka © 2020

About

A* pathfinding algorithm visualization in Python/Pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages