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
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ tracy_build:
|
|||
meson compile -j 10 -C builddir
|
||||
|
||||
test: build
|
||||
./builddir/runtests
|
||||
./builddir/runtests "[goap]"
|
||||
|
||||
run: build test
|
||||
powershell "cp ./builddir/zedcaster.exe ."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue