A nice small game. Once I got the camera down it wasn't too bad at all! Custom difficulty was a lovely touch. It a lot more fun when you make it so multiple meteors can exist at once. Slow meteors but quick spawn time make it feel really fun and hectic. Worth a play for sure.
This is a very simple, fun game! I wish the camera was a tiny bit easier to control, but this is plenty entertaining as is. The music is really repetitive and I opted to turn it off.
A really fun little idea, I wish the camera would not block me from moving sometimes, but keeping a continous rotation around a sphere working with your inputs can be quite tricky. I really liked that you can dynamically set your own difficulty if you want. A pretty solid entry to the jam that looks and plays nicely.
The only time the camera blocks you is if it would flip upside down. This would in turn mess up the rotation by flipping the horizontal movement upside down. So I had to prevent that from happening with a clamp on the rotation so that doesn't happen!
Comments
A nice small game. Once I got the camera down it wasn't too bad at all! Custom difficulty was a lovely touch. It a lot more fun when you make it so multiple meteors can exist at once. Slow meteors but quick spawn time make it feel really fun and hectic. Worth a play for sure.
Thank you! I have updated the camera to work better, but I am waiting for the upload restriction to be lifted :)
This is a very simple, fun game! I wish the camera was a tiny bit easier to control, but this is plenty entertaining as is. The music is really repetitive and I opted to turn it off.
Fair! I did the same but I assumed that was due to repeated exposure while developing...
The music does get quite repetitive. Thanks for you input, much appreciated
A really fun little idea, I wish the camera would not block me from moving sometimes, but keeping a continous rotation around a sphere working with your inputs can be quite tricky. I really liked that you can dynamically set your own difficulty if you want. A pretty solid entry to the jam that looks and plays nicely.
Thank you for the kind words!
The only time the camera blocks you is if it would flip upside down. This would in turn mess up the rotation by flipping the horizontal movement upside down. So I had to prevent that from happening with a clamp on the rotation so that doesn't happen!
Yes, as protagonist said, it's to prevent gimbal lock. Haha. Thanks for the kind words.