Skip to content

Commit aff9e34

Browse files
Update README.md
1 parent 3fee96d commit aff9e34

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: PyGamesScripts/Sudoku/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
It provides you with a sudoku puzzle and you can choose the level. Once done you can also check the puzzle. Puzzle will turn red if incorrect.
1111

1212
------------
13+
14+
## About Sudoku:
15+
- Sudoku is one of the most popular puzzle games of all time. The goal of Sudoku is to fill a 9×9 grid with numbers so that each row, column and 3×3 section contain all of the digits between 1 and 9. As a logic puzzle, Sudoku is also an excellent brain game.
16+
17+
------------
18+
1319
## Code Description:
1420
- This program consists of 4 files:
1521
- main.py
@@ -35,4 +41,4 @@ Have fun!!
3541
------------
3642

3743
## Author:
38-
Pragya Khanna
44+
[Pragya Khanna](https://github.com/pragyakhanna11)

0 commit comments

Comments
 (0)