An open API service indexing awesome lists of open source software.

https://github.com/sushant98k/word-guessing-python-game

๐ŸŽฎ Word Guessing Game: A fun, hangman-inspired CLI game! Guess themed words ๐ŸŽฏ, track your progress โœ…โŒ, and beat the hangman before itโ€™s too late! ๐Ÿ•น๏ธ
https://github.com/sushant98k/word-guessing-python-game

command-line-interface game hangman-in-python pyhton

Last synced: 12 months ago
JSON representation

๐ŸŽฎ Word Guessing Game: A fun, hangman-inspired CLI game! Guess themed words ๐ŸŽฏ, track your progress โœ…โŒ, and beat the hangman before itโ€™s too late! ๐Ÿ•น๏ธ

Awesome Lists containing this project

README

          

# Word Guessing Game

Welcome to the **Word Guessing Game**! ๐ŸŽ‰ This is an engaging and fun game where players guess words based on a set of given letters. Perfect for enhancing your vocabulary and having a good time with friends and family!

## How to Play

Follow the on-screen instructions to guess the words!
Type 'quit' or 'exit' at any time to leave the game.

## Game Rules

- You will be presented with a set of letters and must guess three valid words.
- For each correct guess, you advance towards the next level.
- For each incorrect guess, the hangman graphic progresses. You have a maximum of 6 wrong guesses before the game is over!
- Can you guess all the words before the hangman fully appears?

## Technologies Used

- Python 3.x
- Random library for word selection

## Contributing

Contributions are welcome! If you would like to add new features or improve the game, feel free to fork the repository and submit a pull request.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Acknowledgments

- Special thanks to the contributors who have helped in making this game more fun and engaging!
- Inspired by classic word games and the hangman concept.

---

Get ready to test your word skills and have some fun! ๐ŸŽฎ
You can copy and paste this text directly into your `README.md` file in your repository.