HEXSudoku - Sudoku 16x16
What is a difference
Classical sudoku has got 9 row, 9 columns, 9 box (eachone with 9 patches - 3x3) and we support number 1-9. HEXSudoku (HEX - hexadecimal - 16) has got 16 row, 16 columns,
How to solve
I should perhaps remind the basic axiom of sudoku yet.Every row, column and every 9 (16) boxs, which sudoku is divided in, must contain exactly 1x each digit (HEXSudoku: 0-F; classical sudoku: 1-9). So there will be 16x0; 16x1; 16x2;...;16xF in HEXSudoku.
There are two basic ways: This number can be only here; or Only this number can be here. There exist many other methods and books and web pages expositive these methods as well.
Theory
Abstractedly Sudoku needn't include numbers, but for example states Europe (e.g. flags) or anything other. But it could be also sudoku with Roman numerals (I; II; III; IV; V; VI;..) or with Greek alphabet (α;β;γ;δ;...).
HEXSudoku can be as easy as the easiest difficulty of norm. sudoku, but also more difficult than the most difficult scale of norm. sudoku. But in my opinion definitely more interesting.




