diff --git a/scripts/Word Guessing Game/README.md b/scripts/Word Guessing Game/README.md new file mode 100644 index 0000000..732493e --- /dev/null +++ b/scripts/Word Guessing Game/README.md @@ -0,0 +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 +#### 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!