Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.03 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.03 KB

Sudoku Helper

ZH doc

To Our Website

Entry source file: WinMain.java
Located at: src/WinMain.java

Entry class file: WinMainLauncher.class
Located at:out/production/Sudoku/WinMainLauncher.class

Detailed purpose of the document:

  1. WinMain.java   Entrance for the Program
  2. Operation.java   cracking algorithm
  3. Tool.WinTool.java   Drawing Method for GUI Control
  4. Tool.IOTool.Java   Input and output of Sudoku storage files

Write version:
Java: OpenJDK-17.0.6
JavaFx: JavaFx-18.0.2

Program Introduction:
This program can help you crack Sudoku,
but its current functions are not very complete.
Now Seek help from competent users as follows:

  1. More cracking algorithms
  2. Simplify code and improve performance