The property that makes a sudoku a sudoku
A grid of digits with some cells blanked is not necessarily a sudoku. It becomes one only if exactly one arrangement completes it. A puzzle with two solutions is not a harder puzzle, it is a broken one, because at some point the only honest move is to guess and the deduction that makes the game worthwhile stops being possible.
Plenty of generators skip this. They remove a fixed number of clues and hand the result over, on the reasonable assumption that a grid with 30 clues is usually unique. Usually is doing a lot of work in that sentence.
Here every removal is followed by a solver that counts solutions and stops at the second one it finds. A clue whose removal would allow a second solution is restored immediately and the digger moves on. The cost is that generating a puzzle runs a full solve for each of up to 81 candidate removals, which on a modern device still takes a small number of milliseconds.
Playing and printing
- Pick Play online or Print as PDF at the top.
- In play, choose a difficulty and press the new puzzle button. The header shows the level and the exact clue count of the grid you got.
- Click a cell and type a digit, or use the on screen pad. Turn on Pencil marks to record candidates instead of answers.
- Turn on Highlight mistakes if you want wrong digits flagged as you go, or leave it off for a stricter game.
- In print, choose a difficulty, a puzzle count from 1 to 20, one, two or four puzzles per page and a paper size, then download.
Difficulty is a clue count, stated plainly
The four levels are 45, 36, 30 and 24 clues. That is the entire definition, and it is worth being blunt about it because sudoku difficulty labels elsewhere often imply a grading system that is not there.
Real difficulty grading works by running a solver that only uses human techniques, then recording the hardest technique required. A puzzle needing nothing beyond scanning is easy, one needing a chain of implications is hard. This generator does not do that, so it cannot promise that an expert grid will demand anything in particular.
What it can promise is that fewer clues means less to work with, which in aggregate produces the experience the labels suggest. If you solve a run of expert puzzles you will find them consistently slower than the medium ones. You will also occasionally find one that collapses in a few minutes, and that is the honest limit of a clue count as a difficulty measure.
What the play mode adds over paper
Pencil marks are the main reason to solve on screen rather than on paper. A cell with no answer yet can hold any subset of the digits one to nine as candidates, and the same digit pad writes them, so you can build up a full candidate picture without a pencil sharp enough to fit nine numbers in a box.
The peer highlight is the second. Selecting a cell dims nothing but visibly marks every other cell in its row, its column and its three by three box, which is the exact set you scan when testing a candidate. On paper you do that with your eyes and make mistakes.
The mistake highlight is optional on purpose. Leaving it off gives you the paper experience where an error propagates until something contradicts, which is part of the game for some people and infuriating for others.
The printed sheet
The PDF is generated as a real document with vector grid lines, not an image of the screen, so it stays sharp whatever you print it on. Puzzle pages come first and the answer keys follow, one key page for each puzzle page, and the page total is shown before you commit to the download.
Four puzzles per page is genuinely compact and suits a commute or a waiting room. One per page is the right choice if anyone is going to write in it with a pen rather than a fine pencil.
Other things to print or play
For a different kind of grid puzzle on the same PDF pipeline, Maze Generator and Word Search Maker both produce printable sheets with solutions. Bingo Card Generator covers a group activity rather than a solo one, and Math Worksheet Generator is the classroom equivalent.
If you want a timed brain exercise rather than a puzzle, Memory Test runs in the browser. The rest of the printable tools are on the pdf hub.

