Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

It was pretty nice to play (~^w^)~ 

I totaly died during the shadow fight but well, as you said, the respawn is very forgiving. I'm really curious about what you exactly meant about implementing a state machine for your game though.

Congratulations on your submission. (^^)

(1 edit) (+1)

The player is controlled by a state machine, when the state changes it handles different logic based on the state, going from not moving to moving puts you from idle into run and plays a different animation.


The enemies and the shadow also have state machines. They have a idle, wander, chase, attack etc. there movement and attack is handled through their state machines. 


Implementation of it could be a lot better. But I will save that for next project. 


And thank you for playing and commenting :)

(+1)

Neat ! Thank you for the explanation !