Update README.md

This commit is contained in:
Shraggus 2022-10-14 23:38:22 +05:30 committed by GitHub
parent bf197f079f
commit 8a012d3474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
### 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
#### You have 10 lives, and you have to enter a character in every turn
#### 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!