You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A sudoku game with built-in feature to visualize the solving of sudoku using backtracking algorithm.
2
+
A sudoku game with built-in feature to visualize the solving of sudoku using backtracking algorithm.
3
3
Game offer 4 difficulty levels:
4
4
* Easy
5
5
* Medium
6
6
* Hard
7
7
* Expert
8
8
<br>
9
-
10
-
**Note: Game is not playable yet although visualization can done on any level of game.**
9
+
# Beta Version
10
+
Beta version of Playable game (standalone executable for windows) is available in AppBuild-beta branch of this repository. Check the branch [here](https://github.com/tarunk04/sudoku-backtracking-visualizer/tree/AppBuild-beta).
11
+
Or download the standalone executable for windows [here](https://github.com/tarunk04/sudoku-backtracking-visualizer/raw/AppBuild-beta/Sudoku%20App.exe)
11
12
# Blog (Tutorial)
12
13
I have explained the project in my **blog post** check it out here: [Sudoku- Backtracking algorithm and visualization (Medium)](https://bit.ly/sudoku-algo-visualizer)
0 commit comments