Physics Golf Game

Physics Golf Game with Real Ball Physics

Daily Speedrun Golf is a physics golf game built on a real-time physics engine. Every shot is a drag-to-aim slingshot launch, and the ball obeys momentum, friction, and collision the moment it leaves the tee. There is no canned animation and no scripted roll — the ball bounces off walls, rattles through tight gaps, and sinks into water hazards exactly as the simulation computes it, frame by frame.

▶ Play the Physics Golf Game Browse the course archive

A real physics engine under the hood

What makes this a true physics golf game is the engine running behind every hole. The ball is a rigid body with mass and restitution, and the course is built from solid colliders — fairway boundaries, bumpers, ramps, and hazards. We use the open-source matter.js physics engine to integrate forces over time, which means each contact is resolved with proper impulse math rather than faked with a lookup table. When your ball clips the corner of a wall, the angle of incidence really does set the angle of reflection, scaled by how much energy the collision sheds.

That fidelity changes how you think. In a scripted golf game you memorize button timings; in a physics golf game you read the geometry. A ramp can carry a ball over a wall if you hit it fast enough. A narrow chute punishes a shot that comes in flat but rewards one that threads the middle. Because the simulation is continuous, you start to feel the difference between a shot that grazes a bumper and one that slams into it dead center, and you can plan banks two or three cushions deep once the table layout clicks into place.

Drag-to-aim slingshot shots, bounces, and hazards

Aiming is tactile. Pull back from the ball to set a vector — the further you drag, the more power you load into the slingshot, and the angle of your pull is the angle of the launch. Release, and the engine takes over. There is a real ceiling on power, so you cannot brute-force every hole; the longest holes demand that you trade raw distance for a clean line that uses bounces and walls to keep momentum alive.

Walls are your friend and your trap. A well-judged bank shot off a side wall can curl the ball around an obstacle that a straight line could never clear, but the same wall will eat a careless shot and leave you short. Water hazards are unforgiving — drop a ball in and you reset to your last safe position with a stroke penalty, so reckless power has a cost. Reading the table, choosing between a soft tap that hugs a rail and a hard launch that ricochets across the course, is the whole game. Every stroke is a small physics puzzle, and the ball never lies about the answer.

  • 🎯 Drag-to-aim slingshot control — pull, set your angle, release, and watch real momentum carry the shot.
  • ↩️ True bounces off walls and bumpers, computed by the physics engine, so bank shots and rebounds actually work.
  • 💧 Water hazards and solid obstacles that reward precision and punish reckless power.

Deterministic physics keeps it fair and competitive

Here is the part that turns a fun physics golf game into a real competition: the simulation is deterministic. The engine steps on a fixed tick, so the same launch vector on the same course always produces the same path. There is no random wind, no hidden roll-of-the-dice, and no frame-rate lottery that hands a faster computer an advantage. If two players make the identical shot, they get the identical result. That guarantee is what makes a shared daily course meaningful.

Everyone in the world plays the same hole each day, and because the physics is reproducible, the leaderboard measures pure skill — line, power, and the willingness to attempt a riskier bank for a lower stroke count. The skill curve is satisfying precisely because it is honest: your first runs are messy, but as you learn how the ball behaves off each surface, your scores tighten. You stop hoping the ball bounces your way and start knowing it will. Mastery feels earned, and a one-stroke improvement on a course you have studied is genuinely thrilling.

It is free, runs entirely in your browser, and asks for no download. If you enjoy the precision here, try the speedrun golf game mode for time-pressured runs, come back for the daily golf game challenge, replay past holes in the course archive, or read strategy breakdowns on the blog.