A simple A* pathing function that works on maps, but I'll be changing it to do the GOAP pathing.

This commit is contained in:
Zed A. Shaw 2025-03-08 23:23:29 -05:00
parent 73b0600039
commit a34becdaeb
7 changed files with 133 additions and 10 deletions

View file

@ -134,6 +134,11 @@ Libraries Needed:
* libxi-dev
* libfreetype-dev
It uses c++ so you may need to install a libg++ or libc++ for your system. Usually this is all you
need:
apt install build-essential
## OSX Build Notes
* Quite a bad experience. Need to install Python, cmake, meson, and ninja all which are in homebrew but if you don't use homebrew then this is a problem.