Tagged Questions
0
votes
1answer
270 views
Basic AI FSM - Handling state transition
I'm starting to study on how to implement game AI, and it seems to me that a very simple FSM for my Pong demo would be a nice way to start.
My vision on implementing this would be to have a basic ...