Tagged “doom”
-
TIL Infinite State Machines in Doom fsm videogames ai doom
The actual core logic of the enemies is a Finite State Machines: a simple but effective mechanism to state that a character executes a specific behaviour when in a given state, and what the conditions are that will force it to change.
See all tags.