One cat per color region
Each colored region must contain exactly one cat. Region sizes can differ — a single-cell color is a forced placement and should usually be handled first.
These four rules explain every legal solution. When stuck, re-check in order: color → row/column → diagonal → forced cells.
Each colored region must contain exactly one cat. Region sizes can differ — a single-cell color is a forced placement and should usually be handled first.
On an N×N board, each row and each column gets exactly one cat (N cats total). Once a cat is placed, that row and column are closed for other cats.
No two cats may share an edge or a corner. Equivalently, each cat blocks all eight surrounding cells. This is one of the biggest differences from classic Sudoku.
Puzzles are built for deduction. Wrong placements cost fish tokens — mark impossibles with X instead of gambling.
Sudoku uses numbers and boxes; Meowdoku uses cats and freeform color regions plus the no-touch diagonal rule. You need spatial elimination, not arithmetic. See strategy for deeper techniques. Strategy
Free in the browser. Progress stays on your device.