Sudoku
by Alex Kryuchkov
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
Changes in version 1.0.3
about 1 month ago
Installed Size~2 MB
Download Size508 KB
Available Architecturesaarch64, x86_64
Installs935
LicenseGNU General Public License v3.0 or later
Project Websitehttps://github.com/alexkdeveloper/sudoku
Report an Issuehttps://github.com/alexkdeveloper/sudoku/issues
Installs over time
Manual Install
Make sure to follow the setup guide before installing
flatpak install flathub com.github.alexkdeveloper.sudoku
Run
flatpak run com.github.alexkdeveloper.sudoku