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-03-23 05:59:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
python-scripts
/
scripts
/
Word Guessing Game
/
README.md
Shraggus
3037f5eeb3
Create README.md
2022-10-14 23:35:51 +05:30
341 B
Raw
Blame
History
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!