Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmayush/sudoku-java-game
Sudoku game with UI
https://github.com/kmayush/sudoku-java-game
backtracking-algorithm java javafx user-interface
Last synced: 22 days ago
JSON representation
Sudoku game with UI
- Host: GitHub
- URL: https://github.com/kmayush/sudoku-java-game
- Owner: kmAyush
- Created: 2024-07-15T05:03:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T05:43:11.000Z (7 months ago)
- Last Synced: 2024-11-19T21:10:46.792Z (3 months ago)
- Topics: backtracking-algorithm, java, javafx, user-interface
- Language: Java
- Homepage:
- Size: 7.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku_Java_Game
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.
Nice TODO
-----* Add reset option.
* Add game generated value different color.
* Add hint feature.Usage
-----
1. Install Java
2. Run
```
java -jar SudokuGame.jar
```Implementation
-----
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