itch.io is community of indie game creators and players

Devlogs

Control Tweak

A Wandering Box: The Demo Saga
A browser game made in HTML5

Made a little change to how you control the little box.

Oh, you want details? Okay then.

Previously, it applied some torque based on your steering input and then later clamped the angular velocity to make sure it wasn't spinning too wildly. Now, it just stops applying torque when you are over the angular velocity limit. But it never explicitly limits the angular velocity. It feels like this gives you better traction when accelerating from a standstill.

And, for what it's worth. This is actually how it worked in the original prototype that I made while learning a different game engine. No idea why I had implemented it differently here.

Leave a comment