10 Best Browser Games When the Internet Is Spotty

The internet goes down. Coffee shop Wi-Fi crashes. Hotel network throttles to dial-up speeds. Your home router decides today is the day. The best browser games for these moments are the ones that already loaded, run entirely client-side, and don’t need to phone home between actions. These ten work when the server is down — or when there isn’t one at all.
Key takeaways
- Every game on this list runs entirely client-side after a single initial page load.
- Most save progress to browser localStorage, so closing the tab doesn’t wipe your run.
- The Chrome Dino game is purpose-built for the no-internet scenario.
- Pre-loading these tabs while you have Wi-Fi means you’re set when it drops.
1. The Chrome Dino game
The Chrome Dino game is literally the game Google built for when the internet is down. It appears on Chrome’s “no internet” error page, runs entirely in the browser with no network calls, and is canonically the answer to this article’s question. If your connection just dropped, hit the spacebar on the dinosaur screen and you’re playing. Three-minute sessions, infinite difficulty curve.
2. A Dark Room
Doublespeak Games’ text-and-numbers adventure loads once and then runs offline indefinitely. The full arc (fire-tending, village, exploration, ending) is three to five hours of content with progress saved to localStorage. The minimal asset footprint means it loads on any connection, no matter how bad — and once loaded, it doesn’t care if the connection dies.
3. 2048
Gabriele Cirulli’s open-source 2048 is the cleanest offline-capable browser game ever made. The entire game is under 100 KB, no images, no audio, no network calls. Best score saves locally. Three-minute sessions repeat indefinitely. The single best “quick game while waiting for the network to come back” pick.
4. Cookie Clicker
Orteil’s Cookie Clicker runs entirely client-side and even has offline-time gain calculation — the game tracks how long you’ve been away and rewards production accordingly. Load the tab while you have Wi-Fi, close your laptop during the outage, open it later for fat passive cookie gains.
5. Universal Paperclips
Frank Lantz’s incremental masterpiece is pure JavaScript with minimal external assets. Loads in seconds on a working connection, then runs forever offline. The four-to-six-hour playthrough is engaging enough to make you forget the internet is broken.
6. Minesweeper (HTML5 ports)
The classic logic puzzle has dozens of free HTML5 implementations that run entirely client-side. Once the page is loaded, you can play indefinitely without a connection. Bookmark a good one (minesweeper.online has a clean offline-capable version) and you’re set for any future outage.
7. Solitaire (browser versions)
Klondike Solitaire works the same way. Multiple browser implementations load once and run client-side. The Microsoft “Solitaire on the Web” version was specifically built to run offline after the first load. Endless replayability, no network required.
8. Sudoku (offline-capable browser apps)
Sudoku.com’s progressive web app version caches puzzles for offline play. Generate a queue of puzzles while online; play through them during the outage. The puzzles you’ve started persist across page reloads.
9. Lichess Puzzle Storm (queued puzzles)
Lichess’s puzzle modes (Puzzle Storm, Puzzle Streak) load a session’s worth of puzzles when you start. The puzzles in your active session work offline — you only need network access to start a new session or submit results to the leaderboard. Useful chunk of chess practice while the Wi-Fi sorts itself out.
10. Candy Box 2
Aniwey’s text-and-emoji adventure is a direct ancestor of A Dark Room — it loads once, then runs entirely client-side for six or more hours of content. The HTML-and-CSS interface uses near-zero bandwidth and the saves persist in localStorage. Browser-native, no plugins.
How to actually prep for an outage
Browser-game offline capability isn’t automatic. It depends on the game caching its assets (via service workers, IndexedDB, or simple browser cache) during the first load. To prepare:
While you have Wi-Fi, open each game’s URL in a tab and let it fully load. Don’t close the tab — open browsers retain cache more aggressively than closed ones. For service-worker-enabled games (Cookie Clicker, A Dark Room, Universal Paperclips), the cache persists across tab closes; for others, leaving the tab open is the safer bet.
If you want to be paranoid, use Chrome’s “Save Page As” feature (Ctrl+S) to save a complete copy of the game’s page to disk. The single-file HTML save will work even if the original site goes down permanently.
Why this matters more than it used to
Internet reliability is worse in some scenarios than people assume. Hotel Wi-Fi is notoriously bad. Airport terminals have variable quality. Conference venues with thousands of devices struggle. Coffee shops in older buildings often hit the same usage walls. Having a handful of pre-loaded browser tabs you can switch to when the network blinks is a real quality-of-life upgrade.
It also matters more than ever because so many “browser games” actually depend on cloud calls for save state, multiplayer, or content downloads. The games on this list are deliberately old-school in their offline behavior — they treat the browser as a self-contained execution environment, not as a thin client to a cloud backend.
What to avoid when the server’s down
Skip anything online multiplayer. Skip games where progress lives server-side (most modern free-to-play browser games). Skip Unity WebGL games that load asset bundles on demand. Skip leaderboard-driven games where the loop depends on submitting scores. All of these fail gracelessly when the network is bad.
For a deeper look at games that work in the fully-offline scenario, our roundup on no-internet browser games covers more picks in the same category.
Frequently asked questions
Do I need to download anything?
No. Every game on this list is browser-native and works without an app install. The “download” happens automatically when you first visit the game’s URL.
Will progress save during an outage?
Yes for single-player games on this list — they store progress in browser localStorage, which works offline. Closing the tab won’t lose your save. Clearing browsing data will.
What if my Wi-Fi is just slow, not totally down?
Slow Wi-Fi often breaks games that try to call home for analytics, ads, or save sync. The games on this list don’t make those calls in normal play, so they’re tolerant of bad connections. If a game keeps stalling, slow Wi-Fi is almost always the culprit.
How does the Chrome Dino game work offline?
It’s built into the Chrome browser itself. The game’s HTML, CSS, and JavaScript are bundled with Chrome and don’t need to download separately. When Chrome detects no internet, it shows the dino screen and the game runs locally.
Can I play multiplayer when the server’s down?
No. Multiplayer requires real-time network communication. If you want a multiplayer-style experience offline, async games like correspondence chess on a pre-loaded Lichess tab are the closest approximation.
The takeaway
The best browser games when the internet is spotty are the ones that don’t depend on the internet at all. The Chrome Dino game is the obvious pick — it was designed for exactly this moment. A Dark Room, 2048, Cookie Clicker, and Universal Paperclips round out the list for longer outages. Pre-load a handful of these tabs while you have Wi-Fi, and the next outage becomes a feature rather than a problem.








