Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

Sudoku game with UI

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