EnemyBehaviorTreeDemo/src/behavior_tree.pde at main ยท HoriK816/EnemyBehaviorTreeDemo
This is a repository to demonstrate the enemy's character AI in the 2D shooting game. My enemy character AI is implemented using BT (Behavior Tree), which is often used to create behaviors for ...