Rushwind13 / JMoria

My from-scratch implementation of a Roguelike game that will be an homage to IMoria
4 stars 4 forks source link

MON_AI_SEEK seeks "target pos", not "player" #45

Open Rushwind13 opened 1 month ago

Rushwind13 commented 1 month ago

GIVEN I have a CAIBrain AND The brain is in MON_AI_SEEK mode AND I have a target position in the world WHEN I call Brain::Update() THEN the Brain will move toward the target position

AC:

Notes: