3D Flight Simulator: Vector Velocity Drift
Vector Velocity Drift is a deterministic 3D tunnel survival game built around momentum physics instead of instant turning. Your craft accelerates on both axes, then keeps drifting after each correction, so every move changes your next few seconds. The tunnel path bends in world space and procedural gate rings spawn with shrinking safe openings, forcing precise line selection while speed climbs from roughly 20 m/s to 40+ m/s depending on difficulty. You lose if your hull hits the tunnel wall or clips a gate frame, and you win by reaching extraction distance before a collision. Score combines distance, speed pressure, and clean gate passes, then stores your best run locally so each attempt has a measurable target to beat on desktop or mobile controls.
Can you control momentum long enough to escape the tunnel?
Desktop Controls
Use WASD or Arrow Keys for thrust steering. Hold smooth inputs because velocity drifts after every correction.
Mobile Controls
Drag inside the touch pad to set analog steering. Releasing your finger recenters input.
How to Use This Game
- Choose difficulty in the dropdown menu on the right panel, then press the Start Run button to initialize a new tunnel seed.
- Steer on the main canvas with WASD or Arrow keys, or drag inside the touch pad panel to send analog input on mobile.
- Track the HUD cards for Score, Distance, and Speed while keeping your craft centered inside each glowing gate opening.
- Use the Restart button immediately after a crash or win state to replay the same mode with a fresh deterministic run.
- Check the Best score output in the side panel after every run to measure progress and tighten your drift correction timing.
Why Use This Tool?
This game models control inertia with a fixed-step physics loop, acceleration vectors, drag coefficients, and collision radius checks in world coordinates. That methodology makes failures explainable: you can review exactly whether a wall strike came from over-correction, late braking, or poor line choice through a gate.
The tunnel and obstacle sequence are generated by seeded noise functions rather than frame-to-frame randomness, so the algorithm stays stable and performant across devices. You get repeatable challenge conditions, meaningful score comparisons, and a reliable way to train reaction speed plus spatial planning under increasing velocity pressure.