Skip to content
/ Seeker Public

Implementation of the path-finding algorithm A* with a visual representation.

License

Notifications You must be signed in to change notification settings

Shadorc/Seeker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Seeker

Seeker is a simple implementation of the path-finding algorithm named A* with a graphical interface.
A* allows you to find a path between two points as quickly as possible.
The graphical interface provides:

  • A way to generate random obstacles
  • Activation of diagonal movements
  • Configuration of the grid's size
  • Configuration of the time between actions (travel speed)

More information about A* can be found here.

Screenshot

Screenshot

About

Implementation of the path-finding algorithm A* with a visual representation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages