Skip to content

A-star pathfinding algorithm used to create shortest road finding method

Notifications You must be signed in to change notification settings

TomaszPolbrat/A_star_pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A_star_pathfinding

A-star pathfinding algorithm used to create shortest road finding method What program do:

  • creates a xy grid

  • randomly place cities on a grid

  • randomly connect cities with roads

  • finds shortest road between start adn destination cities

  • Evething is easily scalable ( grid size, number of roads and cities).

Visualisation of a program: https://youtu.be/on19_gvnMQs

About

A-star pathfinding algorithm used to create shortest road finding method

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages