Path Finder
Sep 2025 - Aug 2025 - Personal Project
GitHub Repo: https://github.com/Callum-OP/Path-Finder
SFML,
Cmake,
C++
A pathfinder to find the quickest path made using the C++ and the A* pathfinding algorithm, could be used in game development for enemy AI or for planning routes.
Features:
- Avoids walls while heading to their goal.
- Is able to consider the size of the object and choose a path they will fit through.
- If it is not possible to reach the goal they will get as close as possible.