There should be digits 1 to 9 in every
row, in every column and in every of the nine
3x3 blocks (sudoku rule).
There should be digits 1 to 9 in every of the
four shaded 3x3 regions (windoku rule).
Diagonal next but one cells should not contain
next but one digits.
Example: The 6 in r3c7 prevents 4 and 8 in r1c5, r1c9, r5c5 and in r5c9.
Solution code: row 3 and row 9
on 27. December 2013, 17:37 by Richard
Nice one. Thx! :-)
Please note: The German version of this page has changed. It is possible that this page does not contain the latest information.