A personal challenge to create sudoku solving software. It uses a graphical user interface to get the puzzle from user, then fills out the solution.
You must have java jdk-9.0.1 or later. http://www.oracle.com/technetwork/java/javase/downloads/index.html
Download and exract the zip.
In a terminal window, within the folder
SudokuSolver/src/
compile with:
javac sudokuSolver/*.java
In a terminal window, within the folder
SudokuSolver/src/
Launch with:
java sudokuSolver/SudokuSolver
- Jacob Boertjes - Initial Creation