Skip to main content
FreeGameDirectory

The best phone games for the commute (browser, no install)

The commute is the rare context where a browser game beats a native app: no install, no permissions, no 80MB download for a 2-minute puzzle. The catch is that the train goes underground, the bus enters a dead zone, and the “loading” spinner can ruin your morning. Below are the browser games that load once, run offline, and save state locally — perfect for the daily ride.

1. HexMerge — endless score-attack for long rides

HexMerge is built for sessions of any length. Endless 2048-style merge on a hex grid with persistent best-score tracking. No network needed once the page loads — the entire game runs client-side. Pin it to your home screen and you have a free, install-free puzzle app.

2. 2048 — the classic still works

2048 loads in under a second and runs entirely in the browser. State persists in localStorage. PWA-installable on iOS and Android. The reference implementation of “commute-grade browser game.”

3. LexSweep — daily word square offline

LexSweep loads the day’s puzzle on first page load and keeps it in memory. You can solve the whole 5×5 square in a tunnel as long as you opened the page before going under. Two-to-three-minute play loop fits any commute.

4. NumGrid — number deduction in the dead zone

NumGrid loads the daily puzzle once and runs the entire 6-guess game client-side. Sub-two- minute typical play. Great as the second or third puzzle in a daily commute routine.

5. MapDash — text-clue geography, offline-friendly

MapDash ships the day’s country and all five clues with the page. Once loaded, the puzzle plays without any further network calls. Three-minute deduction arc fits even short commutes.

6. Threes — merge with depth

Threes is the deeper sibling of 2048 and runs entirely in the browser. Free web build, no ads, no signup. The merge sequence is multiplicative, so every move matters more than in 2048. Good for medium-length rides where you want to actually focus.

7. Spelling Bee — meditative scroll

Spelling Bee loads the day’s seven letters and is happy to let you wordsmith for half an hour. No timer, no fail state. Ideal for the long inter-city train ride.

8. Wordle — 60 seconds done

Wordle loads quickly enough that you can knock it out between the platform and the train door. The actual play happens in localStorage. Done by the time you find a seat.

9. Squaredle — long-format word search

Squaredle gives you a 16-letter grid and a long list of valid words to find. You can play for 5 minutes or 25, depending on how completionist you feel. Loads once and is happy to run offline.

What to look for in a commute game

  1. Loads before the tunnel. Asset-heavy games that lazy-load mid-play will hang when your signal drops.
  2. State saves locally. localStorage means you don’t lose progress when the page reloads after a signal blip.
  3. One-handed play. Subway grip rail in one hand, phone in the other. Any game that needs two-finger gestures is out.
  4. No audio dependency. You shouldn’t need headphones to play.

Related directory pages

Spoke games: LexSweep, NumGrid, MapDash, HexMerge.

← Back to FreeGameDirectory