Screen solving does a surprising amount of work for you: it updates candidates, highlights matching digits, warns about contradictions and lets you undo. Paper does none of that, which makes it slower and, for building certain habits, more valuable.
Printing a grid
The print button on the sudoku board produces a clean version of the current puzzle — grid, clues and nothing else. Navigation, controls, adverts and the status line are all removed by the print stylesheet, so it fits one page and uses very little ink.
The puzzle printed is the one you are currently looking at, including any digits you have already entered. Print before you start if you want a blank copy, or generate a new one first.
What gets harder on paper
- Candidate maintenance. Nothing removes a candidate for you. Every placement needs a manual sweep of its row, column and box, and forgetting one breaks the grid silently.
- Finding matching digits. No highlighting, so locating every 6 on the grid is an actual search rather than a glance.
- Recovery. There is no undo. A contradiction means erasing back to a point you are confident about, and erased pencil marks leave a mess.
What gets better
Precisely because nothing is automatic, paper enforces the discipline that screen solving lets you skip. If you have ever wondered whether you actually understand candidate elimination or just rely on the interface, a paper grid answers that within ten minutes.
Paper also makes you slower in a useful way. Each placement costs enough effort that you check it properly, which is the exact habit that prevents broken grids on screen too.
A candidate notation that works on paper
Write candidates in a fixed three-by-three arrangement within the cell — 1 top-left, 2 top-centre, 3 top-right, and so on down to 9 at bottom-right. Always putting a digit in the same spot means you can see at a glance which candidates a cell has without reading them, and a cell with one mark left is instantly visible.
This is the same layout the pencil marks use on screen, so the two transfer cleanly.
Use a pencil with a sharp point and a real eraser
It sounds trivial. Nine tiny digits in one cell is genuinely hard with a blunt pencil, and a bad eraser turns one correction into an unreadable cell.
Adapting your technique
- Scan much more before marking. Since marking is expensive on paper, squeeze scanning for everything it has first.
- Mark one digit at a time across the grid if you are hunting a specific pattern; full grids are laborious.
- Sweep the three regions immediately after every placement, without exception.
- If the grid breaks, do not erase everything. Check the last five placements first — the error is nearly always recent.
Offline play without printing
The site registers a service worker, so the pages you have visited stay available if you lose your connection. Open the sudoku board once while online and it will load again offline, generate new puzzles and save your progress locally. Nothing about puzzle generation needs a server.
Your current grid is saved automatically as you play, so closing the tab and returning later — online or not — picks up where you stopped.