This is a simple word guessing game where the player tries to guess a five-letter word.
- Clone the repository to your local machine.
- Open a terminal and navigate to the directory where you cloned the repository.
- Run the Python script
word_guessing_game.py
. - Follow the instructions provided by the program to enter your guesses.
- You have a maximum of six attempts to guess the word correctly.
- The program will provide feedback on your guesses, indicating whether each letter exists and if it is in the correct position.
- If you guess the word correctly within six attempts, you win the game!
- Enjoy the game and have fun!
To play the game, simply run the Python script word_guessing_game.py
. Make sure you have Python installed on your machine.
python word_guessing_game.py