Version 0.3
Pre-releaseThis is the output package of the project Sudoku.Windows
, which contains the program itself, required dll
files and elementary resource dictionary files.
这个是 Sudoku.Windows
项目的程序导出包,里面包含运行程序本体、必需的 dll
文件、基本的资源字典文件。
The program output is the portable version, which means you don't need to install it (The main executive file is Sudoku.Windows.exe
). If you see the warning about downloading .NET 5 at first when you attempt to open the program, please try to download .NET 5 and then open it.
程序导出后为绿色软件,不需要安装(程序名是 Sudoku.Windows.exe
,我懒得改名字了);如果你尝试打开程序时弹出警告提示需要安装 .NET 5 的时候,请尝试安装 .NET 5 后再打开程序。
Please visit this page to download .NET 5.
.NET 5 安装包请前往这里下载:
Sudoku.Windows
project is a project that calls the inner APIs to solve and analyze sudoku puzzles. In the future, I won't maintain this project because of the too-large complexity. I'll re-implement the projectSudoku.Windows
, and the newer one is namedSudoku.UI
.
Sudoku.Windows
项目是调用内部 API 而产生的解决方案项目。以后我可能不再维护这个项目,因为这个项目复杂度太大了。我会重新对Sudoku.Windows
实现一次,名字叫Sudoku.UI
。