Using the Java Swing Library, I created my own rendition of the popular game Sudoku. Features of the game include the ability to load blank puzzles from a text file and save user progress so that the user can return to their game at any point in the future, even if the application was closed and reopened. The game also notifies the user if a number is placed in a square that is incorrect given the current state of the board and upon successful completion of the board, and has a hint algorithm that highlights all the potential squares in which a chosen number could appear. Try it out! The game can be played by running Game.java.
Using the Java Swing Library, I created my own rendition of the popular game Sudoku. Features of the game include the ability to load blank puzzles from a text file and save user progress so that the user can return to their game at any point in the future, even if the application was closed and reopened. The game also notifies the user if a num…
bharathjaladi/sudoku
master
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
About
Using the Java Swing Library, I created my own rendition of the popular game Sudoku. Features of the game include the ability to load blank puzzles from a text file and save user progress so that the user can return to their game at any point in the future, even if the application was closed and reopened. The game also notifies the user if a num…