Guess the Word Game

Category: #projects

Post Header Image

Guess the Word is a simple game where the user has to guess the word, 1 letter at a time. This was made using a python module named PyGame. I have used Python 2.7 to make the 32-bit GUI version of the game and Python 3.4 to make the other GUI versions.

The game contains many words which are randomly selected at the beginning of each round. The user gets only 10 chances to guess the word. When ever the user enters a letter that is not in the word, it gets removed from the keyboard on the screen and the number of chances left decreases. However if the user makes a right guess i.e., the user enters a letter that is in the word then the number of chances left does not decrease and all the occurrences of that particular letters gets revealed on the display.

The player wins when he successfully guess the word, and the score is calculated as 5 times the number of letters in that word that was supposed to be guessed.

This game is very good for kids and it suits all other users too, as it sharpens the mind of the user by forcing the user to think of the right word that fits the space. I saw a few kids playing this game on a toy computer, I liked the game and thought of building it on my own, and here you have it, it is now available for PC as a PyGame.

Download the game and try it out, you can leave suggestions for future versions in the comments section.

 

NOTE: If the game says that you are missing msvcr100.dll, then please install visual C++ 2010 redist package.

 

Download links:

GTW_GUI_v1.3 : http://www.mediafire.com/download/oxce3cnrn8r5ye2/GTW_GUI_v1.3.exe

Change Log:

  • Added word categories.

 

GTW_GUI_v1.2_win32 : http://www.mediafire.com/download/j75f9h978yv85xv/GTW_GUI_v1.2_win32.exe

 

  • Made the game available for 32 bit users.

  GTW_GUI_v1.2 : http://www.mediafire.com/download/86npos1v0wp238p/GTW_GUI_v1.2.exe

  • Beautified the Keyboard and added cool buttons.

GTW_GUI_v1.1 : http://www.mediafire.com/download/5udc43v4jkit3jo/GTW_GUI_v1.1.exe

  • Added Visual Keyboard.

GTW_GUI : http://www.mediafire.com/download/vqjy8e5jahtiwte/GTW_GUI.exe

  • Initial approach to make a GUI for the game.

CLI version : http://www.mediafire.com/download/a81zm58sxmmzm7o/GTW_Install.exe

  • Initial approach to make the game.

Screenshots:

Frontend
Frontend

Categories
Categories

Gameplay
Gameplay

Winning Screen
Winning Screen

Losing Screen
Losing Screen

 

Written on November 15, 2015