home · contact · privacy
Replaced random movement by enemies with a pretty dumb AI of "move in direction of...
authorChristian Heller <c.heller@plomlompom.de>
Tue, 26 Nov 2013 01:57:10 +0000 (02:57 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 26 Nov 2013 01:57:10 +0000 (02:57 +0100)
commit75b0ee910d9a50de67e77ba40e877f9c8dabdd40
treed09426b718e3c7d3c1d7e2f9e248f9ac458c824b
parent00a7727e37e2d80ff115f03e7971a92c66edcd96
Replaced random movement by enemies with a pretty dumb AI of "move in direction of nearest enemy".
src/ai.c [new file with mode: 0644]
src/ai.h [new file with mode: 0644]
src/misc.c
src/yx_uint16.c
src/yx_uint16.h