Skip to content

Commit 2c5bb35

Browse files
committed
Corrected typos in readme
1 parent 73095d1 commit 2c5bb35

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: PyGamesScripts/Word Search Game/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ✔ WORD SEARCH GAME
22
- ### An "Word Search Game" is a game created in python with tkinter gui.
3-
- ### In this game player will be given a board with Engliah alphabets in each cell of the board.
3+
- ### In this game player will be given a board with English alphabets in each cell of the board.
44
- ### And there will be 15 words given to player one by one, and for each word, player need to select YES if word is there in the board other wise NO.
5-
- ### Also the word can be present in the board, either horizontally, vertically or cana be on any diagonal also.
5+
- ### Also the word can be present in the board, either horizontally, vertically or can be on any diagonal also.
66
- ### The points each level will be shown at the top right corner.
77
- ### At last, final score will be shown along with count of correct and wrong answer.
88
- ### At last player can also see the final answer, in which a board will be shown in which all searchable words will be highlighted with different colour.
@@ -55,4 +55,3 @@
5555
<p align="center">
5656
<img src="Images/sample_video.gif" /><br>
5757
</p>
58-

0 commit comments

Comments
 (0)