/a-star

An example A* implementation plus visualiser

Primary LanguageC++ISC LicenseISC


a-star-logo
A* Pathfinding

An example A* implementation plus visualiser.

UsageLicenseAcknowledgments

Usage

Clone the repository.

git clone --recurse-submodules https://github.com/opeik/a-star.git

Configure, build, and run the project.

cmake -S . -B build; cmake --build build; ./build/a-star

License

This project is licensed under the ISC license. Please see the LICENSE.md file for details.

Acknowledgments