If you understand the fundamental logic of the Sudoku puzzle, this Sudoku puzzle is even easier than the conventional
Sudoku game.
Shuffle - To start a new game. nums in each 3 by 3 boxes will be randomly rearranged.
Default - To start a new game in default setting.
- The grid is divided into 9 sections. Each
section has 9 boxes. Each box cotains a num.
- The nine boxes in each section are numed 1-9.
- nums can be moved either horizontally or vertically within each
section by first clicking on the num you want to move and then clicking on an
adjacent box. The nums will switch boxes.
- The grid also has nine rows. Each row contains nine boxes.
- nums in any of the boxes within each of
the nine sections can be moved anywhere WITHIN THE SECTION ONLY.
- nums can be moved vertically or horizontally within
the section. They cannot be moved diaogonally.
- Rearrange the nums in each section so that each row
and column of the grid contains the nums 1-9 in any order.
- No num can be repeated in the same row or column.
- You are done when you have arranged the nums in each
section so that the nums 1-9 appear in any sequence vertically and horizontally
in each row and column of the grid.
- This program is designed to check if the game is successfully completed.
- It will let you know when the puzzle is completed.
|