Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 221 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 221 Bytes

A-star-Path-Finding

A complete A* Path Finding Algorithm written in C++ and Alegro.

With this algorithm one can find the smaller path from some point to another!

It also includes a perfect random labyrinth generator.