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! ๐น๏ธ
- Host: GitHub
- URL: https://github.com/sushant98k/word-guessing-python-game
- Owner: Sushant98K
- Created: 2024-11-25T12:53:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T18:18:53.000Z (over 1 year ago)
- Last Synced: 2025-03-25T14:28:20.558Z (about 1 year ago)
- Topics: command-line-interface, game, hangman-in-python, pyhton
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.