statemachine

Articles about "statemachine"

Create a State Machine for Character Logic in Typescript


by on 9 minute read

Complex character logic can get out of hand quickly without a system to manage it. We'll want to add melee attacks, ranged attacks, double …