how to play ↓

Fumes — a free browser arcade road racer

Fumes is a free racing game you play in the browser. No download, no sign-up, no plugin: it is a single page that runs on a laptop or a phone. Overtake traffic on a country road, keep the tank alive, and reach the chequered flag before you run dry.

It is a deliberate throwback to the top-down arcade racers of the eighties — one road, one tank of fuel, and a run that takes about a minute if you drive well. The whole game is one HTML file with no dependencies, so it loads in a couple of hundred milliseconds and works offline once cached.

How to play

On a computer

steer left and right
accelerate
brake
Spacestart a race, or retry after one ends
Ppause
Mmute

On a phone or tablet

Four thumb pads appear on screen: ◀ ▶ on the left to steer, ▲ ▼ on the right for throttle and brake. Every touch is tracked independently, so you can steer and brake at the same time. Tap anywhere to start or retry, and use the chips in the corner to pause or mute. Portrait works best — the road runs vertically.

The rules

Tips for a better score

Questions

Is Fumes free?

Yes. It is free to play, with no account, no download and no in-game purchases.

Does it work on a phone?

Yes. The game scales to the screen and draws on-screen thumb controls on touch devices. Portrait orientation suits it best.

Do I need to install anything?

No. It is a single web page. Open the link and it runs.

How long is a race?

About a minute at speed, and closer to ninety seconds if you drive carefully.

Are my scores saved?

Your best score is kept in your own browser's local storage. Nothing is uploaded, and there is no account or leaderboard.

Who made it?

Fumes was built by Amritpal Singh, a DevOps engineer based in Dublin, as a side project. It is written in plain JavaScript on an HTML canvas — no game engine, no libraries, and no image or audio files. Every sound, from the engine note to the finish fanfare, is generated in the browser.

Back to the game ↑