Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

One of the most painfully frustrating driving games I’ve ever played, and I’ve played plenty of intentionally janky physics sandboxes that still managed to feel more coherent than this.

It feels like someone tried to design a drift racer but then actively sabotaged the core interaction loop: in a game supposedly about controlled oversteer, the worst possible outcome is… oversteer. That alone creates a fundamental contradiction in the vehicle dynamics model where lateral slip angle isn’t a mechanic to master, but a punishment state that arbitrarily escalates into full trajectory annihilation.

The AI implementation feels like it’s running on a completely separate physics layer—almost like it’s not simulating tire friction coefficients at all, but instead snapping along pre-baked spline trajectories with checkpoint-based teleport recovery. Meanwhile the player is bound to a much harsher rigid-body approximation with exaggerated angular momentum decay and inconsistent grip thresholds depending on surface state transitions.

Collision response is another mess: instead of proper impulse scaling based on mass distribution and contact angle, it often feels like a binary “you lose control” event, where even minor contact with NPC vehicles results in disproportionately amplified torque transfer that yeets your car into unrecoverable spin states. Meanwhile the AI seems to ignore the same physical constraints entirely, which creates a completely asymmetrical rule set.

There’s also a noticeable lack of consistency in handling curves—some turns behave like they’ve got hidden friction modifiers or scripted damping zones, while others suddenly switch to what feels like zero lateral traction scaling, making any attempt at learning the track more about memorizing arbitrary instability zones than mastering driving mechanics.

Even outside the core mechanics, the progression balance feels off: later cars don’t feel like upgrades so much as stat overrides, and certain rival vehicles behave like they’re running exaggerated steering response curves that ignore the same drift system the player is forced to engage with.

Overall, the experience ends up feeling less like a racing game and more like debugging an unfinished physics prototype where player input is constantly fighting inconsistent simulation layers.

It has moments where it almost feels fun once you “decode” its quirks, but those moments are buried under systems that don’t really communicate with each other in a coherent way.