top of page
Enemy Behaviour
The enemies in this game were created using the Behavior Tree AI architecture. This is some of the code of the AI. It will have a default behavior for its turn but when a condition is met for another behavior, it will switch to that behavior

bottom of page