This is a Java-based Sudoku game with a GUI implementation. It allows players to play a 9x9 Sudoku puzzle with three different levels of difficulty: easy, medium, and hard. In this project there is class named "Constants" from where you customize each and every thing like font style background color, components size, look and feel, sound and much more.
To play the Sudoku game, follow these steps:
- Open the project in your favorite Java IDE.
- Compile and run the Main.java file.
- Choose a difficulty level and start playing!
The Sudoku game is implemented using Java and object-oriented programming concepts. It uses the Swing library for the graphical user interface and a backtracking algorithm to generate and solve puzzles.
If you find any bugs or issues with the game, feel free to open an issue or submit a pull request. Any contributions are welcome!