Home › Sudoku book generator

Sudoku Book Generator

Two things separate a sudoku book that sells from one that gets returned: every puzzle must have exactly one solution, and the difficulty labels on the sections must mean something. Both are solved problems, and both are routinely got wrong.

Just want one sudoku to print?

Use the free sudoku maker — faster for a single sheet, and you need nothing from this page.

Why “exactly one solution” is the whole thing

A sudoku with two valid solutions is not a hard sudoku. It is a broken one. The solver works carefully, reaches an answer that does not match the printed key, and concludes the book is wrong — because from their side, it is.

This happens more than it should, because generating a grid is easy and verifying it is not. The straightforward way to make a puzzle is to build a complete solution and remove numbers until it looks difficult. Remove one too many, or the wrong pair, and the remaining clues no longer constrain the grid to a single answer. Nothing about the puzzle looks different. You cannot see it by eye.

The only reliable check is to solve the puzzle exhaustively and count how many distinct solutions exist. Every sudoku here is put through that count and rejected if the answer is not exactly one. Uniqueness is never traded away to hit a difficulty target.

What difficulty actually means

Most generators label difficulty by how many clues they left behind, which is a rough proxy at best. Here are the ranges each grade actually targets:

Grid Easy Medium Hard Expert
9×940–4632–3827–3123–26
6×618–2214–1712–1410–12
4×48–107–86–75–6

Given clues remaining on the grid, by size and grade.

Publishing these matters for one practical reason: a reader who buys your “Expert” volume and finds it no harder than the “Hard” one will not buy volume three. Consistent grading across a series is what makes the series work, and it only stays consistent if it is defined by numbers rather than by feel.

Note the clue count is a target, not a promise about solving technique. A 26-clue grid is generally harder than a 40-clue grid, but two puzzles with identical clue counts can still differ in how they unlock. No generator that labels by clue count alone should claim otherwise, including this one.

Grid size decides your trim size

This catches people at the layout stage. A 9×9 grid has 81 cells, and each one needs to be large enough to write a digit in comfortably — plus room for the pencil marks that serious solvers make in the corners.

Squeeze that onto a small trim with a wide gutter and the cells end up too tight to use. In practice 6×9 is about the smallest sensible trim for one 9×9 puzzle per page, and 8.5×11 is the right choice if you want two per page or a large-print edition.

The 4×4 and 6×6 grids exist for a different reader — children, and beginners who want the shape of the game without the commitment. They fit several to a page and make good opening sections in a graded book.

Building the book, not the puzzle

A hundred sudoku is not a sudoku book. The assembly work is where projects stall:

All of that is generated here, and the page count calculator will tell you where your puzzle count lands before you build anything.

Vector, not screenshots

Sudoku is the puzzle type where raster output shows worst. A grid is thin straight lines and small digits — exactly what suffers when an image is resampled to the printer’s dots. Lines pick up uneven weight, and digits go soft at the very size where clarity matters most.

Grids here are drawn as vectors and stay vectors into the PDF, so the rules print as crisp at 9×9 as the body text around them.

Then volume two

Sudoku books sell as series more than as single titles, because a solver who finishes one wants another at the same grade. The series generator rebuilds every puzzle with new seeds while keeping trim, typography, grading and cover design identical — and the test suite fails the build if a single puzzle carries over between volumes.

Build a graded sudoku book free and check the keys yourself.

The whole Studio is free indefinitely. Only the clean, watermark-free interior export needs the one-time $49 licence, which also covers selling what you make.

Open the Studio →

Related

More: Free sudoku maker · Page count calculator · Series generator · Word search books · Open the Studio