What's New ?
- Note addition popover now stays open unless the user presses the Done button.
- Fixed a bug that made blocks untouchable after completion.
— thanks to @devforgely - Added Diagonal Sudoku support!
- Added Preferences. Users can now disable/enable cell highlighting based on the sudoku variant they're playing.
- Added Casual Mode. When on, entries are checked against the solution. When off, only rule violations are flagged.
- Updated the About section.
📦 Installation
The recommended way to install Sudoku is through Flathub:
flatpak install flathub io.github.sepehr_rs.Sudoku🤖 Building from Source
You can build from source using meson:
meson builddir --prefix=/usr/local
sudo ninja -C builddir install