Designing a fair Mini Killer Sudoku is harder than solving one. You need a complete 6×6 grid using digits 1 through 6 exactly once per row, column, and 2×3 block; a partition of cells into cages whose sum clues match the hidden solution without allowing repeats inside any cage; and— for publishable puzzles—evidence that solvers can reach that solution logically from cages alone, ideally uniquely. ProPuz does not ship a drag-and-drop cage editor in the browser; instead, the play page Generate button builds tiered boards (Easy through Expert) using internal generators tested for playability. This article teaches the design principles those generators embody so you understand what “good” Mini Killer feels like—and so hand-crafted experiments on paper respect the same contracts documented in basic rules.
Start from a full solution, not from clues
Professionally, Killer-family construction usually begins with a valid completed Sudoku grid—the answer key—then draws cages on top so each region’s digits sum to the label you print. Working clue-first invites unsatisfiable sums or accidental cage repeats. On paper, fill a 6×6 Latin square obeying 2×3 blocks, verify units, then outline cages with dotted lines before writing sums in corner cells.
If you cannot build a valid 6×6 solution manually yet, study solves in step-by-step walkthroughs and reverse-engineer: the finished grid is the object cages must encode.
Cage shape guidelines
Cages must be contiguous cell groups—no disjoint islands under one sum label. Sizes vary: singles (rare on ProPuz empty starts but valid pedagogically), pairs, triples, and larger blobs up to the whole grid in theory though playability suffers. Mix sizes for interest: many Easy boards lean on multiple two-cell cages with tight menus like sum 3 or 11; Expert boards introduce L-shapes spanning blocks—see blocks and cages together.
Avoid cages whose sums could be satisfied by multiple disjoint digit multisets with repeats if repeats were allowed—Killer rules forbid repeats, but ambiguous sums still confuse humans. Prefer sums with recognizable menus on 1–6—reference combination tables.
Sum clues must match exactly
Each cage label equals the arithmetic sum of its solution digits, all distinct. A two-cell cage showing 10 must hide {4,6} or {5,5}—but {5,5} is illegal, so only {4,6} works. Triples summing to 15 must be {4,5,6}. Double-check every cage after outlining; one mislabeled sum poisons the puzzle.
Hidden arithmetic errors are why hand designers re-sum twice before sharing. ProPuz generators automate that verification against the stored solution.
Uniqueness and logical solvability
A puzzle can be technically valid—one solution exists—yet require guessing because cages never force an elimination early. Good Mini Killer offers a path of forced moves: a pair cage, a block single, a combination elimination—techniques in beginner techniques. Testing uniqueness by brute force on 6×6 is feasible for hobbyists; testing logical difficulty is harder and often iterative: solve yourself without guesses, invite a friend, demote clues if they stall.
ProPuz tiers encode expected solver labor: Easy boards expose early forced pairs; Expert boards delay them. When you Generate on the play page, you sample puzzles that passed internal filters—you still should solve them honestly to feel the tier.
Empty-start presentation
ProPuz Mini Killer typically hides all digits at play time, showing only cages—consistent with Killer tradition and described in Mini Killer vs Killer. If you hand-make puzzles, you can likewise omit givens so solvers rely on sums. Adding givens is optional for classroom scaffolding but changes difficulty downward.
Printable exports from print follow the same empty-start convention for parity with digital play.
Difficulty tuning levers
Designers tune difficulty by cage count, cage size distribution, cross-block span, sum ambiguity (many vs few combination menus), and intersection density where three units meet. Easy: several unique pair cages, limited cross-block complexity. Hard/Expert: cages that share cells in tricky ways, forcing deeper mark hygiene—compare notes in Easy vs hard.
If your homemade Expert finishes like Easy, tighten sums; if it feels guessy, add a small cage with a forced menu early.
What ProPuz provides today
ProPuz offers Generate on the Mini Killer play screen to fetch new boards at chosen difficulty, plus daily challenges and print flows—not a public cage-drawing studio. Treat Generate as your rapid prototype lab: play, evaluate fairness, regenerate if the opening feels flat. For systematic practice rather than authorship, see practice online.
If you draft puzzles on paper, you can sanity-check logic by entering partial grids mentally against ProPuz Check on a matching generated puzzle only when layouts align—otherwise trust your own re-solve.
Common design pitfalls
Mis-summed cages; accidental cage repeats in the solution (illegal even if sum works); cages that split into disconnected components under one label; puzzles with zero early forced moves; sums that look like typos (impossible on 1–6). Avoid symmetry for its own sake if it creates duplicate sum patterns that bore solvers.
Playtest without revealing your solution notes. Designers who peek at answers fool themselves about difficulty.
Next steps for aspiring constructors
Solve ten Easy boards noting which cages opened first. Sketch cage partitions on blank 6×6 grids copying those patterns with new solutions. Graduate to cross-block shapes. When ready for volume, lean on ProPuz Generate instead of hand-labeling hundreds of sums. Read history of Killer and Mini Killer for context, browse the article library, and return to how to play for interface details. Creating Mini Killer is part arithmetic bookkeeping, part empathy for the solver—Generate lets you practice empathy fast.