Why Arcade Physics Feel Unrealistic โ On Purpose
Real gravity would make truck-jumping either boring or impossible. Here's what's actually tuned, and why.
Short answer: real gravity would make this unplayable
Earth's gravity accelerates falling objects at roughly 9.8 meters per second squared. If a jump in Cluster Rush used that number honestly, a leap between two trucks moving at highway speed would either be over almost instantly โ too fast to react to โ or would require jump heights so extreme they'd look absurd on screen. So the jump doesn't simulate real gravity at all. It uses a number tuned entirely for how it feels to play, and that's true of nearly every arcade game with a jump button.
The actual numbers behind Cluster Rush's jump
This isn't a vague claim โ it's literally in the game's code. The gravity constant is set to -40 world-units per second squared, and the jump launches the player upward at 17 units per second, which works out to roughly 0.85 seconds of airtime per jump. That number wasn't picked to be realistic; it was picked because 0.85 seconds is long enough for you to comfortably see a jump coming, react, and switch lanes mid-air โ while still feeling snappy enough that jumping never feels like waiting.
Why designers call this "juice," not cheating
- Readability beats accuracy. A player needs to instantly judge "can I make this jump?" โ real physics is precise but not instantly readable at a glance; exaggerated, floaty arcs are.
- Fun has its own physics. A jump that's slightly too long and slightly too forgiving consistently tests better with players than a mathematically "correct" one โ this is a well-known pattern across arcade game design, not specific to any one game.
- Consistency matters more than realism. Once a gravity value is chosen, every jump in the game behaves exactly the same way every time โ which is what lets you learn the timing and get better, something real-world unpredictable physics would never allow.
What this means when you're actually playing
Don't try to "time" a Cluster Rush jump the way you'd time a real-world jump โ trust that 0.85 seconds is deliberately generous, and use that airtime to make your lane decision in the air rather than before you leave the ground. If a game ever does feel too punishing or too floaty, that's not you misjudging real physics โ it's a tuning choice you're reacting to, and tuning choices can always be adjusted.