/Seeker

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

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

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