This website requires JavaScript.
Explore
Help
Sign In
mathdatech
/
python-scripts
Watch
1
Star
0
Fork
0
You've already forked python-scripts
mirror of
https://github.com/metafy-social/python-scripts.git
synced
2025-04-26 22:43:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bf197f079f
Branches
Tags
View all branches
python-scripts
/
scripts
/
Word Guessing Game
History
Shraggus
bf197f079f
Update requirements.txt
2022-10-14 23:37:48 +05:30
..
README.md
Create README.md
2022-10-14 23:35:51 +05:30
requirements.txt
Update requirements.txt
2022-10-14 23:37:48 +05:30
wordguess.py
Update wordguess.py
2022-10-14 23:37:07 +05:30
README.md
Word Guessing Game
This is a game where you guess a randomly generated word that the computer gives you.
You have 10 lives, and you have to enter a character in each step
If you want more lives, just edit line 39, in execute()
If you want to enter a custom word, comment line 14 and uncomment 15
Enjoy the game!