(For other people who want to play this game, you should go to the game page and click the link to the HTML version in the comments)
Fun game! I really like the song and really like the 3D models too. I see you submitted it 17 seconds before the deadline, that must have been very stressful xD.
I have a few small tips to make the game a little better.
- When you stop walking, the player slips a bit. I think you can fix this by grabbing the raw input from the user (GetAxisRaw instead of GetAxis in your code).
- If you stand too close to a wall, you can sometimes see through it a bit. You can fix this by setting clipping planes to 'near 0.01' in the camera settings under 'Camera'.
I hope these tips helped you :) Overall, the game is really fun!