
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/gottcode/simsu
A basic Sudoku game. You can switch between filling in notes (pencil mode), or filling in answers (pen mode). To make it easier to see where to place numbers, you can highlight all instances of a number. You can also check your answers for correctness while playing. The game stores your current notes and answers, so that you can pick up where you left off the next time you play.
Version 1.3.9 10 months ago
* FIXED: Did not load locales with underscores
* Improved Windows deployment
* Replaced deprecated code
Version 1.3.9 10 months ago
* FIXED: Did not load locales with underscores
* Improved Windows deployment
* Replaced deprecated code
Version 1.3.8 1 year ago
* FIXED: Window icon didn't work in Wayland
* Improved loading locales
* Improved Windows deployment
* Replaced deprecated code
Version 1.3.7 2 years ago
* FIXED: Automatic high DPI support
Version 1.3.6 2 years ago
* Replaced deprecated code
* Extra warnings only shown in debug build
* Improved Linux deployment
* Improved macOS deployment
* Improved Windows deployment
* Translation updates: Chinese, Chinese (Taiwan), Italian, Portuguese
Version 1.3.5 3 years ago
* FIXED: Could not compile with Qt 5.10
Version 1.3.4 3 years ago
* FIXED: Did not always install translations in Linux
* Translation updates: Chinese (Taiwan)
Version 1.3.3 4 years ago
* Generate binary translations at build time
* FIXED: Was not properly loading Qt translations
* FIXED: Compiler warned about signed interger overflow
* Translation updates: Dutch, Lithuanian
5 years ago
2016-01-30 version 1.3.2:
* FIXED: Switching keys was slow
* FIXED: Moving focus between cells was slow
* FIXED: Success message was not high DPI
* Translation updates: Bulgarian, Catalan, German, Greek, Polish, Portuguese, Spanish
2015-01-25 version 1.3.1:
* FIXED: Application layout did not respect RTL languages
* FIXED: All new games used the same seed in Windows
* Translation updates: Lithuanian
2015-01-23 version 1.3.0:
* Added support for high DPI displays
* Switched to C++11 random classes
* Removed support for Qt 4
* Translation updates: Bulgarian, Czech, German, Greek, French, Lithuanian, Malay, Polish, Romanian, Spanish (Chile), Turkish
2013-02-14 version 1.2.3:
* Added Hungarian and Romanian translations
* Added support for Qt 5
2012-01-25 version 1.2.2:
* Highlights text when all cells are found
* Highlights column and row of current cell
* Improved program icon
* Added several translations
2009-03-30 version 1.2.1:
* Added Czech translation
2009-03-28 version 1.2.0:
* Added multiple types of symmetry
* Added an easier solving algorithm
* Added a widescreen layout
2009-02-27 version 1.1.0:
* Added support for undo and redo
* Added support for highlighting current number
* Added number entry buttons
* Added selectable givens
Please login or register to add a comment or rating