Sudoku game
The goal of Sudoku is to fill in a 9×9 grid with digits so that each column, row, and 3×3 section contain the numbers between 1 to 9. At the beginning of the game, the 9×9 grid will have some of the squares filled in. Your job is to use logic to fill in the missing digits and complete the grid. A move is incorrect if:
- Any row contains more than one of the same number from 1 to 9
- Any column contains more than one of the same number from 1 to 9
- Any 3×3 grid contains more than one of the same number from 1 to 9
Changements dans la version 1.0.6
il y a 3 mois
Taille installée~250 KB
Taille du téléchargement133 KB
Architectures disponiblesaarch64, x86_64
Installations5 465
LicenceGNU General Public License v3.0 or later