:------------------)
Alzurana
Creator of
Recent community posts
Thanks a lot for your feedback, I really appreciate it and I'm glad you liked it!
About that issue you had:
Did you play it in fullscreen or embedded into the website? Unity and WebGL don't allow you to catch the cursor, only in fullscreen for security reasons. I'm actually checking if it is fullscreen and then grab the cursor, and ungrab it if it's not. If you did play in fullscreen and it happened regardless that means you've found a bug in which case I'd be glad if you could tell me the browser you were using?
I sadly do not understand what the clue is supposed to be at all. I was trying to look for changes in the environment and the direction I'm supposed to go but I could not figure it out so I wasn't able to complete a single run.
The graphics and sound are cute, I just wish for more of an indication as to what I even should be looking for.
There are some very nasty "bugs" hidden in the unity physics engine that I had to greatly work around. For example does unity interpret shallow impact angles as "contact" which results in a slide. The physics material is a 100% elastic bounce but it still happens from time to time. I wrote some detection to try and avoid it but I think that I may need to implement the actual bounce myself and not rely on physics but use triggers instead. The paddle does this due to the fact that this behavior made it unplayable.
You're pointing at a really interesting aspect of the development of this title ^^
For the shallow ball angle, that's most likely user induced because I don't convey the mechanics of the paddle properly. You see, the velocity of the paddle and the previous angle of the ball determines the exit angle. Due to this you have to move the paddle in the direction you want the ball to bounce. I noticed that this allows a lot more trick shots (when you know that this is the actual mechanic) but I also noticed that it confuses players a lot when this is not communicated. Better communication job next time xP
I'm glad you like the overall concept, thank you very much ^^