Puzzle makers · Print-true

Puzzles built from your material, not from a catalog.

Four generators that take your word list, your clues, or nothing at all and hand back a printable sheet with the answer key attached. Everything is computed in your browser at true page size — no watermark stamped across the middle, no account, no upload, and no library of pre-made PDFs you have to search through hoping one matches this week's vocabulary.

Generators4 Answer keysincluded Uploads0 Watermarksnone Reprintableby seed

Why generate a puzzle instead of downloading one

A downloaded puzzle is somebody else's word list. That is fine for a rainy afternoon and useless for the job these tools are usually doing — this week's spelling list, the twelve terms in the unit that ends on Friday, the names of everyone coming to the party. Generating means the sheet matches the material instead of the material having to match the sheet, and it means a second class period gets a different arrangement rather than the same page with the answers already circulating.

It also means the answer key exists. A surprising number of free printables ship without one, or put it behind a sign-up, which turns a five-minute task into a hunt. Every generator here prints its key as the next page of the same job: the word search rings each word and greys the fillers, the crossword repeats its grid filled in with the same numbering, sudoku stacks four solutions to a page, and bingo prints a caller's sheet with a tick box beside every item in play. If you are copying class sets and want the key held back, one checkbox drops it.

And the sheets measure true. Everything here is drawn as vector geometry in real millimeters and printed through your browser's own dialog, so "Save as PDF" produces the file and "Print" produces the paper from the identical geometry — with no server in between and nothing to watermark. The one setting that matters is the dialog's scale: leave it at 100% or "Actual size", because "Fit to page" quietly shrinks the sheet. The print-at-actual-size guide covers where that setting hides in each browser.

Reprintable by seed

Every generator here derives its arrangement from a single integer — the seed, shown in the readout strip and printed small in the corner of each sheet. Same list, same seed, same paper, same puzzle, permanently. That solves a problem that only shows up at the worst moment: the copier eats three of your thirty bingo cards, and a regenerated set no longer matches the twenty-seven already handed out. Type the seed back in and you get the identical cards. Press the "New" button beside it when you actually want something different.

What a chat model can't do here

Constrained grid generation is a genuinely poor fit for a language model, and it is worth being specific about why rather than just asserting it. A word search needs every listed word to appear exactly once along a straight line, the answer key to record precisely where, and the remaining cells to be filled without accidentally contradicting any of that. A crossword needs every crossing letter to agree in both directions and the numbering to follow from the finished grid. A sudoku needs to be provably solvable in exactly one way — a property that requires actually counting solutions, not judging that it looks about right. These are search and verification problems with hard constraints, which is what code does well and what generated prose does badly. Asking for the puzzle as text also leaves you with text, not a sheet that prints at the right size with a key attached.

The rest of the site

These four sit alongside the paper generators — graph paper, dot grid, lined paper, isometric, and blank sheet music — plus a printable calendar with a page for every month. The methodology page explains how the millimeters stay true and how to check a printed sheet with a ruler, and the guides cover the print settings and paper standards behind all of it.