Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 307 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 307 Bytes

pathfinding

Implementation of the A* algorithm on a visibility graph to find the shortest any-angle path in a 2D grid. Optimized to minimize the number of line-of-sight checks.

Grids can be loaded from files or generated using the diamond-square algorithm.

Screenshot