Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ymercad0 authored Jul 26, 2020
1 parent b0bd378 commit 3daf3f2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
Sudoku game written in Python with the Pygame library
to visualize the backtracking algorithm.

Every time the program is run, a random, solvable board is created
Every time the program is executed, a random, solvable board is created
and the user can attempt to solve it by clicking on the cells.
Entering a number into a grid will be entered as a tentative value.
once the the user is sure that number is the correct entry, pressing the
Entering a number into a cell will be entered as a tentative value.
Once the the user is sure that the inputted number is the correct entry, pressing the
enter key will attempt to input the number onto the board. Correct
answers will be permanently displayed while incorrect answers will be removed
and the incorrect counter shall begin to be displayed. Likewise,
answers will be permanently displayed while incorrect answers will be removed. Likewise,
values can be removed by pressing on the backspace or delete keys.
![Example 1][4]

Expand Down

0 comments on commit 3daf3f2

Please sign in to comment.