Skip to content

Dumitru-Zlotea/A-star-search-algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A* path finding algorithm

Visualization of the a-star path finding algorithm using python

  • When program starts, choose the start and end coordinates (must be between (1,1) and (48,48))
    • [Optional]: Click Randomize to generate random coordinates
  • Click Submit
  • Draw obstacles with left mouse click, erase obstacles with right mouse click
  • When ready, press SPACE or ENTER to start the path finding algorithm

To do when I have time and motivation

Multithreading to draw grid and ask coords simultaneously

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages