Create simple AI with behaviour trees for any logic in your game — In this serie, we will create basic AI with behaviour trees for enemy patrol in games. At the end of this serie, you will be able to implement your own logic and create different behaviour trees. First of all, lets examine the elements of behaviour trees: Node, Selector, Sequence and…