Skip to content

Commit f0bb42d

Browse files
Update README.md
1 parent b4e2ea6 commit f0bb42d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Hang man game/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

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.
66

77
## How to Play
88

@@ -13,9 +13,3 @@ This Hangman game is a simple Python program that allows players to guess a word
1313
5. The player has a limited number of chances to guess the correct word.
1414
6. Enter letters to guess, and the game will provide feedback if the letter is correct or not.
1515
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

Comments
 (0)