About:
Navigate your way through the maze of ghost eating all of the pills to top up your score to make the hi score list, choose either top down 1st or 3rd person views
Please offer only constructive criticism. The intent of the GD Showcase is to help the developer create the best game they possibly can. Show them you support their efforts when posting.
Looks like you have a good start! Here are a few comments/suggestions:
1. When playing in top-down mode, it's difficult to tell in what direction the player is pointing.
2. In first person mode there's a red sphere in front of you (the 'nose' of the player model?) which I'm guessing shouldn't be there. Also, it appears to jump around a bit when you turn.
3. Since it really only makes sense to move rectilinearly, I suggest getting rid of the arbitrary motion and just have the arrow keys turn you at right angles. You can interpolate from one orientation to the next for a smoother visual effect.
4. I notice the change in rotation is applied in discrete intervals (e.g. 10 or 15 degrees). I can't imagine that this limitation is strictly necessary, so I'd recommend smoothing out the effect (whether you make the movement rectilinear, or leave it as is).