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:
parent
73b0600039
commit
a34becdaeb
7 changed files with 133 additions and 10 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue