Alexkdeveloper Sudoku is a Sudoku game with multiple difficulty levels. A free and open source game
Review
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.
Screenshots Game
Installation
The game Alexkdeveloper Sudoku is available for installation on Linux.
Install Game via Flatpak package
flatpak install flathub com.github.alexkdeveloper.sudoku
Game Information
Language Interface: | English, Russian, Dutch |
Description version: | 1.0.7 |
Developer: | Alex Kryuchkov |
Programming language: | Vala |
License: | GPL v3 |
Software website: | github.com/alexkdeveloper/sudoku |