Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

β€Ž0x17-Sudoku/SudokuGui/README.md

Lines changed: 3 additions & 2 deletions
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)

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /