Quick refresher, because I know the name alone doesn't jog the memory: Bedrock Racers is a voxel racing game. The pitch, in its original form, was ambitious almost to a fault — a full vertical slice bundling real F1-tier vehicle physics, terrain you can actually destroy, and a whole layer of emergent world simulation on top: flocks of wildlife that move like real flocks, trade routes that form on their own, power grids that cascade when something fails, cities that repair themselves, factions that evolve. The founder's own success test for the physics alone was blunt and I still like it: if a tester says "this is hard but I want to go faster," it worked. If they say "this feels floaty" or "like Mario Kart," it didn't.
That's a lot to build at once, and building all of it simultaneously with no working prototype yet isn't really a starting point, it's a wish list. So before writing gameplay code, the pitch got broken into real phases, and today's news is that the first one is actually done, not just planned.
Phase 0's entire job was to prove one sentence true: a real player can drive a real vehicle around a real chunk of voxel terrain, with the server — not the player's own machine — deciding where the car actually is. No fake movement standing in for physics, no scripted demo dressed up to look like a game. And as of today, that sentence is true. There's a real server that runs a fixed-tick simulation, sixty times a second, and resolves acceleration, braking, and cornering entirely on its own side of the connection — the client sends "here's how hard I'm pressing the gas and which way I'm turning the wheel," and the server decides what actually happens, the same trust model our shooter and our MMO both already use. That server pulls its terrain from real, already-built infrastructure — the same heightmap system that shapes the ground in our persistent world — so the hills a car drives over in this game are generated by genuine procedural math, not a flat placeholder plane. There's a real client too, rendering that terrain as an actual sloped mesh with a car sitting on top of it and a chase camera that follows wherever the server says the car really is.
The physics right now are intentionally simple — arcade-tier acceleration and cornering, not the real grip-curve, downforce, slip-angle model the pitch actually wants. That's on purpose. Phase 0 was never supposed to answer "does this feel like real racing," it was supposed to answer "does a car exist on real terrain at all, with the server in charge." Phase 1 is where the real handling model shows up, along with terrain you can actually break and a second vehicle. Multiplayer — more than one real driver in the same world at once — comes after that. And the genuinely ambitious stuff, the self-organizing traffic and trade routes and power grids and evolving factions, stays exactly where it started: real, wanted, and deliberately not touched until there's a car that can reliably drive on solid ground first.
So to answer your own question back to you: what we're building is a racing game where the ground under the car is the same real, procedurally generated voxel terrain the rest of our world already runs on, working up in phases toward a full F1-feel physics model and, eventually, a world around the track that behaves like it's actually alive. Today we proved the first, smallest piece of that is real. Everything else is still ahead of us, on purpose.
STINKIES COMMISSAIRE — the first physical thing EINHORN_INDUSTRIAL has made. Join the waiting list for the hoodie →
← All posts