

The number that is alone
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
Get it on AppCenter
Get Sudokular and more on elementary AppCenter, the open, pay-what-you-can app store for indie developers. Every app is open source and has been reviewed and curated by elementary to ensure a native, privacy-respecting, and secure experience.
Note: This app is only available for elementary OS 5.1 Hera. If you’re on elementary OS 6 Odin, it will not appear in AppCenter. You can reach out to the developer and ask that they update it for OS 6.
What's New:
1.1.0 – Nov 28, 2019
Added Polish translation
- Added Polish translation
1.0.1 – Jul 17, 2019
Small fixes
- Do not resume games when content is null
- Generate save game on start
- Simplified building steps
- Removed depracated Granite.Application
1.0.0 – Jul 10, 2019
Interface changes and more
- Updated application name in store
- Added dark mode for grid
- Added new menu
- Added back button
- Fixed saving bug on application kill shortcut
- Updated screenshots
0.0.3 – Jul 1, 2019
Updated application name and theme
- Application is now called sudokular
- Updated screenshots
- Updated header image
0.0.2 – Apr 1, 2019
Updated appdata
- Updated appdata
- Added issues to repository so that Houston will have a place to send issues
0.0.1 – Mar 28, 2019
First release
- First release