itch.io is community of indie game creators and players

Devlogs

Player State Machine

Maze Escape
A browser game made in HTML5

Added State Machine for the player behaviour. Currently there are 2 kind of states available and these are Player moving-state and idle-state.


Why State Machine:

It's gone help to scale the character behaviour. Gives the option to add finite number of states and simplifying complex system. Allowing for modular design.

Files

  • WebGlBuild.zip 10 MB
    Mar 09, 2025
Leave a comment