You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Hang man game/README.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Introduction
4
4
5
-
This Hangman game is a simple Python program that allows players to guess a word letter by letter. It's a great project for beginners to practice programming skills and logic.
5
+
This Hangman game is a simple Python program that allows players to guess a word letter by letter.
6
6
7
7
## How to Play
8
8
@@ -13,9 +13,3 @@ This Hangman game is a simple Python program that allows players to guess a word
13
13
5. The player has a limited number of chances to guess the correct word.
14
14
6. Enter letters to guess, and the game will provide feedback if the letter is correct or not.
15
15
7. If the player guesses the entire word before running out of chances, they win!
16
-
17
-
## How to Run
18
-
19
-
1. Clone this repository to your local machine.
20
-
2. Open your terminal or IDE and navigate to the project folder.
21
-
3. Run the Python script using the following command:
0 commit comments