Releases: DHancock/SudokuSolver
Releases · DHancock/SudokuSolver
Pre-release 0.3.0
The problem with the "solve as you type" feature is that the program can sometimes solve puzzles before all the numbers have been typed in. While the solution may be correct it may not be the same puzzle that was intended if all the numbers had been entered. The main feature in this release is the improved editing of calculated cell values.
Note that this release targets .NET 5.0. If you don't already have it installed Microsoft will prompt you with a download link when you run the program.
Second pre-release
Includes minor code improvements and an application icon.
First pre-release
A net core 3.1 application with minimal functionality required to demonstrate the solver code