mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-03-24 22:49:52 +00:00
7 lines
341 B
Markdown
7 lines
341 B
Markdown
|
### 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!
|