Fun game! Challenging in a good way. I liked how you introduced the diferent mechanics slowly. And the cat is super cute too!!
Great job on the movement - it must've been hard to implement the physics @@
Sometimes going too close to the center of the field and being spun around (before the camera fixes in place and I get a game over) makes me pretty dizzy though.
A very fun game with lots of potential, great job!
Viewing post in Lorentz Cat jam comments
Thank you :) I thought the tutorial with slow introduction would help despite only having like simple movement, powerups and fields, glad you found it useful :) The physics is actually just all Godot, so thanks to Godot devs :) Just force damping set to 0, gravity scale set to 0 for each object and regular apply_force and apply_central_torque to rigid bodies, Godot makes it easy to do such 2d simulations. The spinning is due to a little bug (oversight) on my part with applying torque though, sorry for that, I feel bad for not catching it before submission, will upload fixed build post-jam if anyone ever finds this game on itch in the future. Thanks for your feedback!