This is a Java-based Sudoku game with a GUI implementation. It allows players to play a 5x5 Sudoku puzzle with three different levels of difficulty: easy, medium, and hard.
To play the Sudoku game, follow these steps:
- Clone the repository using the following command:
git clone https://github.com/hasnain-kk/sudoku_game.git
- 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!