Below is a link to a demo of a combat game that utilizes a simple combat AI from combining a state machine with move to behavior and distance. I have also creat...
I'm attempting to make a turn based game with multiple attacks that work like Rock Paper Scissors. Iv chosen to simplify it since I know nothing about coding li...