Labyrinthian
A group project where I worked on the breakable wall mechanic, checkpoint system, integrating sounds from an FMOD project, the AI's vision and search state.
I also worked on a stun mechanic for the minotaur that was not added into the final version of the game.
Breakable Wall Mechanic
Before the minotaur collides with the wall, the wall is swapped to a version where most of the bricks can have physics applied to them. When the minotaur collides with the wall, a force is applied on all contact points based on the minotaur's velocity.
Stun Mechanic
The stun mechanic occurs when the minotaur is chasing the player and collides with a piller. This was achieved by pausing the animation and setting timer for when it can move again.
While creating this mechanic, a physics bug occured where the minotaur would slide off in a random direction upon collision and was fixed by making the minotaur kinematic only while stunned.