Mini Golf Riot
Drag, release, and chase a clean line through six compact mini golf holes packed with arcade hazards...
Keep the line. Read the road. Rollout is a fast 3D runner where you guide a heavy ball down a suspended sky-road that curves, narrows, and fills with industrial barricades and split gates. The ball rolls forward automatically — your job is to read the asphalt, react before the shoulders disappear, and commit to an opening early. Speed climbs steadily, margins shrink, and the procedural road generator never gives you the same course twice. Drag-steering or keyboard controls let you play from any device. Beautiful desert horizons, pulsing ambient music, and a score that only tracks how far you have gone make Rollout a perfect short-session arcade game with a high mastery ceiling.
Rollout started as a speed test. We wanted to see how fast a 3D browser game could feel while staying responsive on a mid-range phone, and a rolling ball on a floating road was the smallest possible test case for that. The physics were already fun before the game existed, so we added obstacles. The course came last, which is backwards from most projects but useful here because it meant every design choice had to justify itself against gameplay that already worked.
Procedural course generation took longer than the ball physics. Randomly placed obstacles produced unfair sequences; evenly spaced obstacles got predictable. The current generator uses a rolling difficulty window that draws obstacle types from a weighted pool based on the current speed and the last few meters of course. Barricades, split gates, and narrowing shoulders each need different reaction-time windows, and mixing them creates the uneven rhythm that makes runs feel alive.
The one design rule we kept returning to: no power-ups, no collectibles, no score bonuses for anything other than distance. A rolling-ball runner lives on pure reflex — the moment you add collectibles, players start hunting collectibles instead of reading the road, and the core test gets diluted. Rollout's score is just meters traveled, and that is deliberate. Related speed-first reflex games on the portal include Orbit Rush and Cube Jump.
Drag, release, and chase a clean line through six compact mini golf holes packed with arcade hazards...
Dodge, collect, destroy. Neon Blaster is a vertical space shooter that trusts you with the thing sho...
Time your jump, land your platform, survive the climb. Cube Jump is a precision vertical platformer ...