data structures based java application
Sudoku is a puzzle that has enjoyed worldwide popularity. So here our team come up with a 9x9 sudoku game.
Key Features:
The players can
- Choose to play a new game
- Load a saved game
- Viewing the scoreboard
- Get hint(number wise) in case they are stuck
- Pause the game (To stop the timmer)
- Java
- Netbeans
-
Clone this repository
git clone https://github.com/aanshi18/sudoku_game.git
-
Here the main java file is
path src\MainPackage\FrontScreen.java