Skip to content

Commit 339f3be

Browse files
committed
README UPDATE
1 parent 2c9de38 commit 339f3be

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Sudoku Backtracking Visualizer [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/tarunk04/sudoku-backtracking-visualizer/blob/master/LICENSE)
2-
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.
33
Game offer 4 difficulty levels:
44
* Easy
55
* Medium
66
* Hard
77
* Expert
88
<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)
1112
# Blog (Tutorial)
1213
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)
1314
# Requirements

0 commit comments

Comments
 (0)