Skip to content

This is a visualizing application for A* pathfinding algorithm. It's written in Python using the Pygame module.

Notifications You must be signed in to change notification settings

Visualtaggy/A-Star--PathFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A-Star--PathFinder

project-demo

Controls 🎮

  • 🏁 First left click is to add the start point.
  • 🛑 Second left click is to add destination.
  • 💣 After adding start and destination you'll be able to use left click to add walls / blockers.
  • 🗑️ Use right click to remove walls , start point or destination.

About

This is a visualizing application for A* pathfinding algorithm. It's written in Python using the Pygame module.

Topics

Resources

Stars

Watchers

Forks

Languages