Skip to content

The Word Guessing Game is an exciting and challenging word puzzle game written in Python. In this game, you will be presented with a partially hidden word, and your task is to guess the missing letters to complete the word.

Notifications You must be signed in to change notification settings

mertCukadar/The-Word-Guessing-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Guessing Game

This is a fun and interactive word guessing game written in Python. The game randomly selects a word using an external API and hides some of the letters. Your mission is to guess the hidden letters and complete the word.

Installation

  1. Clone the repository to your local machine.
git clone <repository_url>
cd word-guessing-game
pip install -r requirements.txt

How to Play

To start playing the game, run the main.py script:

python main.py

The program will fetch a random word from an external API and hide some of the letters, presenting you with a challenge to guess the missing ones.

The game will prompt you to enter your guess for the missing letters.
Keep guessing until you correctly identify all the missing letters.
If you guess all the letters correctly, you win the game!

Features

Randomly generates a word using an external API.
Hides some of the letters in the word to create a challenge.
User-friendly interface and prompts for guessing the missing letters.
Provides feedback on whether your guesses are correct.

Requirements

The game requires the following packages to be installed:

requests
random

You can install these packages using the following command:

API

The game uses the Random Word API to fetch a random word for the guessing game. Contributions

Contributions to this project are welcome. If you find any issues or have ideas for improvements, feel free to open an issue or create a pull request. License

This project is licensed under the MIT License.

About

The Word Guessing Game is an exciting and challenging word puzzle game written in Python. In this game, you will be presented with a partially hidden word, and your task is to guess the missing letters to complete the word.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages