aliya-rahmani / Projects

Add all sorts of application for hacktoberfest.
Apache License 2.0
40 stars 189 forks source link

Word Search Game #553

Closed akash-rajak closed 2 years ago

akash-rajak commented 2 years ago

In this script, will create a Word Search Game, In this game there will be no. of levels and for each level there will be given a board in form of matrix, in which each cell will have an English alphabet and a word will be given.

for each level the player need to select either YES (means word is present in that board) or NO (if not present),

Also in board, the word can be in ant order, like horizontally, vertically, or in any diagonal That word can be present in reverse order also.

akash-rajak commented 2 years ago

@aliya-rahmani can i work on this issue under hacktoberfest?

aliya-rahmani commented 2 years ago

@akash435 Sure, I've assigned you this issue