Skip to content

Josedelrosa/SudokuSolverGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SudokuSolverGUI

Sudoku game written in Java using swing library and backtracking algorithm.

When you run this program a static solvable board is output. Here the user can attempt to solve it by click on the cells and typing a number or by pressing the Solve. If they wish to check whether the input is correct they can press the Enter. Correct answers display a green background, while incorrect answer display a red background. Likewise, values can be removed by pressing backspace. To clear the entire board press the Clear.

Sudoku_1 Sudoku_2

Once you're done with the puzzle you can press the Check All which will indicate whether you solved the board. Sudoku_checkAll Sudoku_checkAll2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages