A lo-fi retro driving game in the browser tab: steer with the mouse down a randomly generated highway, jump over rocks and trees, and reach each checkpoint before the 20-second clock runs out. The whole game is a single small file - no install, no account, nothing uploaded.
A procedurally generated highway, sunset-gradient sky, and a checkpoint clock. The game is well under 100 KB and loads instantly - then it runs entirely in this tab.
Mouse steering on desktop, touch steering on phones and tablets.
Retro Highway Racer
Press Play and you are on a randomly generated highway rolling toward the horizon: a lo-fi pseudo-3D road with a gradient sunset sky, a sun and moon, procedural mountain ranges, and trees and rocks scattered along the shoulders. Every run generates a different road, and the scene shifts hue at each checkpoint you pass.
The rules are pure arcade: you start with 20 seconds on the clock, every checkpoint you reach adds 10 more, and the road runs out at the 1000 marker. Swerve around the rocks and trees or double-click to jump over them - hitting one bleeds your speed, and drifting off the road slows you down until you fight your way back on.
Controls at a glance:
| Action | Input |
|---|---|
| Steer | Move the mouse (click once to grab it) |
| Brake | Hold click |
| Jump | Double-click |
| Restart the run | R |
| Phones and tablets | Touch steering - drag to steer, tap to brake, double-tap to jump |
Everything on screen is generated by code at run time - there is not a single image, model, or sound file to download, which is why the whole game is one file well under 100 KB and starts instantly even on a slow connection. It draws with the plain 2D canvas, so it runs on practically any browser, old laptops included, and makes no network calls after that first load.
The game is built on the open-source Hue Jumper engine by Frank Force (GPL-3.0); the license and a link to the original project ship right next to the game file.
Frequently Asked Questions
What does Retro Highway Racer do?
It is a lo-fi retro driving game that runs entirely in the browser tab: steer with the mouse down a randomly generated highway, jump rocks and trees with a double-click, and reach each checkpoint before the clock runs out - 20 seconds to start, 10 more per checkpoint, and the road ends at the 1000 marker.
Does it work on a phone?
Yes. On phones and tablets the same page uses touch steering - drag to steer, tap to brake, double-tap to jump. Because the game draws with the plain 2D canvas rather than WebGL, it also runs on old or low-power machines.
Why is it so small and fast to load?
Everything on screen - the road, mountains, trees, rocks, sky, sun, and moon - is generated by code at run time. There are no image, model, or sound files to download, so the whole game is one file well under 100 KB and it makes no network calls after loading.
Is anything saved in my browser?
No. The game keeps no saves and stores nothing - each run starts fresh with a newly generated road, and your time and distance for the current run show on the in-game display only.