Each cell contains a number ranging from zero to 9.
The groups (or sections) consist of the rows and columns. Boxes are not involved. (Maybe I'll include the diagonals but now this is not yet the case.)
Within a group, zero can occur at most twice.
The cells containing zero are breaking the groups into pieces called segments. The cells containing zero are not part of the segments.
Within each segment:
- No digit can occur more than once
- The digits form a series - possibly permuted.
For example, if a segment would consist of 3 cells, it could contain 2|1|3 or 6|8|7, but 2|5|4 would be invalid.
Example of a completed 12x12 zerodoku:
- Code: Select all
8;7;3;2;9;5;4;1;6;0;6;0
7;6;4;5;0;4;3;0;5;2;3;4
6;5;2;3;4;0;5;6;7;0;7;8
9;8;0;7;5;6;0;5;8;6;4;7
5;0;7;8;6;5;3;4;0;4;5;3
0;5;4;6;1;3;2;8;7;9;0;5
1;0;3;1;2;4;0;9;5;8;7;6
0;6;5;4;3;0;7;3;4;5;6;2
7;5;6;0;0;4;5;7;6;3;8;9
6;8;2;5;4;7;3;1;0;2;0;1
9;7;8;0;3;5;6;2;7;1;4;0
8;9;0;3;5;6;4;0;8;7;5;6
Here's a first puzzle:
- Code: Select all
0; ;1;2; ;0;3
;1; ;0;0; ;
0; ; ; ; ;6;0
; ;0;0;4; ;
5;0;0; ; ;7;6
; ;8; ; ; ;0
;0; ;7; ;0;8