Not a bad game at all. Music is good and it has a nice visual style, with the exception of the background, which in my opinion grabs too much attention and takes away the focus from the maze walls and from the character and NPC's, maybe a bit more muted background would help. A couple of things: Enemies still hurt you even in the death animation. Try making the animation it's own game object with no colliders that destroys itself after the explosion animation ends, that way you can destroy the enemy object (and it's colliders) and instantiate the death object in its place so you can walk thru it without getting hit. Also, try locking the Z axis rotation on the player's rigid body. It makes collisions agains the maze walls a bit janky at times. Other than that, great work!