From 8a012d347412b2316ec4de316eaaec3d80326001 Mon Sep 17 00:00:00 2001 From: Shraggus <94532831+Shraggus@users.noreply.github.com> Date: Fri, 14 Oct 2022 23:38:22 +0530 Subject: [PATCH] Update README.md --- scripts/Word Guessing Game/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Word Guessing Game/README.md b/scripts/Word Guessing Game/README.md index 732493e..c2c2c90 100644 --- a/scripts/Word Guessing Game/README.md +++ b/scripts/Word Guessing Game/README.md @@ -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!