Enemy AI is now prototyped and can find the player and attack them.

This commit is contained in:
Zed A. Shaw 2025-03-14 13:41:22 -04:00
parent ad71631809
commit f3e157a0f7
6 changed files with 78 additions and 38 deletions

View file

@ -34,7 +34,7 @@ debug: build
debug_run: build
gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args builddir/zedcaster.exe
debug_walk: build
debug_walk: build test
gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args builddir/zedcaster.exe t
clean: