← All field notes

Field notes · Aug 6, 2026 · 3 min read

Offline puzzle games that don't need the internet

A good puzzle shouldn't vanish the moment the Wi-Fi does.

Most "browser games" are really server games. Cut the connection and they stall, or worse, they nag you back online. That is fine for a competitive match, but it is strange for a solitary puzzle. A crossword on a plane does not need a signal. Neither should a quiet game you keep on your phone for the gaps in the day.

I build mine to run entirely in the page. No fetch on every move, no login handshake, no "reconnecting" spinner. The whole thing — logic, state, the little click of a piece falling into place — lives in the browser you already opened. Close the tab, open it on a train through a tunnel, and it is exactly where you left it.

What offline-first actually buys you

Freedom, mostly. You stop negotiating with your connection. A puzzle that works in airplane mode is a puzzle you can actually rely on: in a waiting room, on a commute, at a cabin with one bar of signal that flickers and dies. The game does not care, because the game was never talking to anyone.

This is the whole design of Pattern Atlas. Twenty visual studies, each a small logic puzzle you solve by rotating and fitting colored fragments. It loads once and then asks nothing of your network. There is no clock, no account, and no reason it should ever need the internet to keep you company.

If you are looking for offline puzzle games or browser games that work without internet, the test is simple: turn on airplane mode and try to play. Anything that survives the toggle is the kind of quiet, self-contained thing worth keeping around.

← All field notes