Play King Killer Sudoku online for free. Killer cages combined with the anti-king constraint — diagonally adjacent cells cannot contain the same digit.
▶ Play King Killer Sudoku — FreeTwo cells that are diagonally adjacent (touching at a corner) cannot contain the same digit. It's named after the chess king's diagonal step.
Different — anti-king is denser locally (each cell has up to 4 diagonal peers) while anti-knight reaches further across the grid. Both reduce candidate sets dramatically.
Anti-king forbids any two cells touching at a corner from sharing a digit. In a 2×2 block of cells, every cell touches every other cell either orthogonally (forbidden by row/column) or diagonally (forbidden by anti-king). So all 4 must be distinct.
Yes — any 2×2 block contains 4 distinct digits, so its sum lies between 1+2+3+4=10 and 6+7+8+9=30. When a cage overlaps a 2×2 region, these bounds prune cage candidates fast.