A sudoku game with user interface in java which generate a solvable game and save it persistantly in system. Each rerun resumes from same state.
- Add reset option.
- Add game generated value different color.
- Add hint feature.
- Install Java
- Run
java -jar SudokuGame.jar
Hashmap is used to represent values. for example - for board of 9, it will represent 81 values.
The video tutorial followed for this project - https://www.youtube.com/watch?v=qH9mWpYMtYU