Skip to content

akash-rajak/Word-Search-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

✔ WORD SEARCH GAME

  • An "Word Search Game" is a game created in python with tkinter gui.
  • In this game player will be given a board with English alphabets in each cell of the board.
  • 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.
  • Also the word can be present in the board, either horizontally, vertically or can be on any diagonal also.
  • The points each level will be shown at the top right corner.
  • At last, final score will be shown along with count of correct and wrong answer.
  • 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.

REQUIREMENTS :

  • python 3
  • tkinter module
  • from tkinter messagebox module

How this Script works :

  • User just need to download the file and run the word_search_game.py on their local system.
  • Now on the main window of the game, the player can start playing the game using START button.
  • Before starting, player should see the rules for this game by clicking on RULES button.
  • And after that player can start playing, and check whether his answer is correct or not by clicking on the CHECK button.
  • Also player will be shown the final score at the end of the game, and also the final answer in which a board will be shown in which all searchable words will be highlighted with different colour.
  • Also there is an exit button, clicking on which exit dialog box appears asking for the permission of the user for closing the window.

Purpose :

  • The basic purpose of this game is for playing and it also checks how fastly player can search any word.

Compilation Steps :

  • Install tkinter, pandas
  • After that download the code file, and run word_search_game.py on local system.
  • Then the game will start running and player can play the game and watch the final score at last, and also can watch the final answer also.

SCREENSHOTS :












Below is link to video of how game is to be played :


Releases

No releases published

Packages

No packages published

Languages