Skip to content

Commit aaa772b

Browse files
[Update] README.md
1 parent ba3f933 commit aaa772b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: 0x17-Sudoku/SudokuGui/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ The code uses a backtracking algorithm to solve the puzzle.
66
There are two ways to run the program.
77

88
* The first of which involves using the GUI. Begin by importing gui.py into your IDE of choice. Then run the program and a window will appear.
9-
* Input your chosen Sudoku puzzle into the cells of the window. Leave any empty cells blank. Then simply click "solve" to complete the puzzle or "clear" to clear the puzzle.
9+
* Input your chosen Sudoku puzzle into the cells of the window. Leave any empty cells blank. Then simply click `solve` to complete the puzzle or `clear` to clear the puzzle.
10+
11+
Alternatively, you can run the program without a GUI using the `solver.py` script. Simply import the script into your IDE of choice. Then fill out the 2D board vector at the top of the file.
1012

11-
Alternatively, you can run the program without a GUI using the solver.py script. Simply import the script into your IDE of choice. Then fill out the 2D board vector at the top of the file.
1213
Fill in empty cells with a zero. After filling in the board vector, you can run the program. The output will be printed to the console.
1314
## Screenshot
1415
![Screenshot from 2023-07-09 16-01-17](https://github.com/victorpreston/Python-CodeNest/assets/112781610/d56d7904-32db-4da3-8335-101a96de6e82)

0 commit comments

Comments
 (0)