This is my first attempt at setting and publishing a sudoku puzzle. As a non-native English/German speaker, I welcome any feedback on language clarity or puzzle design. Please feel free to share suggestions, and I will refine it promptly.
Rules:
Normal 6×6 sudoku rules apply: Place the digits 1-6 once each in every row, column, and 2x3 box. The two rightmost columns are only for reference purposes.
Each digit represents a unique chess piece with its standard movement, to be determined by the solver:
King: Attacks all 8 adjacent cells (orthogonal or diagonal)
Queen: Attacks cells vertically, horizontally, or diagonally in any distance.
Bishop: Attacks cells diagonally in any distance.
Knight: Attacks cells in an "L-shaped" move (2 cells in one orthogonal direction + 1 cell perpendicular).
Rook: Attacks cells vertically or horizontally in any distance.
Pawn: Attacks only the diagonally adjacent upper-left and upper-right cells. The pawn in row 1 doesn't attack any cell.
Attacks will not be blocked by other pieces.
A digit cannot be attacked (by its corresponding piece's movement) by another digit of the same value.
Killer cages: The number in a cage's top-left corner equals the sum of all digits whose corresponding piece is attacking the caged cell, excluding the caged digit itself. Multiple attacks from the same type of pieces must be counted individually.
Solution code: Row 5 from left to right (six digits)
on 2. August 2025, 22:56 by nanjizhou147
wonderful puzzle!
on 22. July 2025, 20:04 by 72kchunshuai
Fix the solution check.
on 22. July 2025, 19:25 by 72kchunshuai
Rule clarify.
on 22. July 2025, 19:04 by cyddrdrd
Nice try! Looking forward to your next puzzle :)
Please note: The German version of this page has changed. It is possible that this page does not contain the latest information.