Player guide
A complete guide to The Bridge
The Bridge is a short, original 3D browser game about making ten consecutive fifty-fifty decisions. There are no accounts, downloads, purchases, upgrades, or hidden advantages. Every run begins with a newly generated safe route, and the only goal is to reach the platform on the far side.
How the game works
The bridge contains ten rows with two stepping stones in each row. One stone in every row is strong enough to hold the player; the other collapses after it is chosen. Click the left or right stone in the next row to make a move. A safe choice advances the character and unlocks the following row. An unsafe choice ends that run and reveals the failed step.
Before selecting a stone, drag across the scene to rotate the camera. Use a mouse wheel or trackpad pinch to zoom. Camera movement does not change the answer, but a clear viewing angle makes it easier to identify the next selectable pair. The game deliberately provides no visual clue about which stone is safe: each decision is meant to be a genuine guess.
What strategy can—and cannot—do
No left-right pattern improves the underlying odds. Alternating sides, choosing the same side repeatedly, or following a previous route all have the same chance because the safe path is regenerated for a new run. A useful playing routine is simply to slow down, confirm that you are targeting the next row, choose deliberately, and enjoy the suspense rather than searching for a pattern that is not encoded in the game.
The practical challenge is therefore attention, not prediction. Rotating too far can make a distant stone look closer than it is, and hurried repeated clicks can feel confusing. Center the next pair, make one selection, and wait for the character to land before planning the next move. If a run ends, use Play again to generate a fresh route.
The probability behind a perfect crossing
Each row has a one-in-two chance of success. To clear two rows in a row, the chance is 1/2 × 1/2, or 1 in 4. Five correct choices have a probability of 1 in 32. A perfect ten-row crossing has a probability of 1 in 1,024, which is approximately 0.098%. That number explains why a successful run is rare even though every individual choice feels reasonable.
| Safe rows | Probability | Equivalent odds |
|---|---|---|
| 1 | 50% | 1 in 2 |
| 3 | 12.5% | 1 in 8 |
| 5 | 3.125% | 1 in 32 |
| 10 | 0.0977% | 1 in 1,024 |
These figures describe one uninterrupted run. Retrying gives you another independent attempt; it does not make a particular side more likely to be safe. The Bridge does not use money, prizes, betting, or purchasable attempts. The probability is presented here solely to explain the game mechanic.
Design and technology
The game is built as an interactive WebGL experience with Three.js for the 3D scene and Cannon-es for movement and collisions. The water, sky, lighting, animated character, and physical stepping stones are rendered in real time in the browser. Audio starts only after the player presses Play because modern browsers require a user gesture before sound can begin.
The project is intentionally compact: one mechanic, one ten-row course, and immediate retries. The surrounding guide exists so players can understand the controls, the exact rules, the odds, and the technical requirements without needing to discover them through repeated failed runs.
Frequently asked questions
Is every stone choice random?
Yes. Each row contains exactly one safe stone, and a fresh path is selected when the page starts a new run.
Can I identify the safe stone from its texture?
No. Safe and collapsing stones use the same visible style. The outcome is not communicated by color, position, lighting, or texture.
Why does the game need hardware acceleration?
The scene uses real-time 3D rendering. A supported browser and an available graphics adapter are required to render it smoothly.
Does The Bridge collect game accounts or payment details?
No. The game has no account system and accepts no payments. Anonymous usage measurements are described in the privacy policy.
What should I do if the game does not start?
Update your browser, enable hardware acceleration, and reload the page. You can still read this guide when 3D rendering is unavailable.