Skip to content

Commit edb0590

Browse files
committed
added all images and screenshots to Images folder
1 parent c6e9c40 commit edb0590

11 files changed

Lines changed: 164 additions & 0 deletions

File tree

18.9 KB
Loading
21.1 KB
Loading
21.7 KB
Loading
32.1 KB
Loading
23.7 KB
Loading
10.5 KB
Loading
38.5 KB
Loading
21.2 KB
Loading
17.3 KB
Loading

PyGamesScripts/Hangman/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Hangman
2+
Hangman is a game developed in python rogramming Language using random module and some user nputs.
3+
4+
## About the game
5+
* It is a single player word guessing game.
6+
* The user can keep guessing the letters till they find the word or they have no chances left.
7+
8+
## How to play?
9+
* The user has to select a category
10+
* Then the user has to guess a letter
11+
* If he guessed a letter that is a part of the word he can guess another letter without loosing a chance
12+
* If he guessed a letter that is not a part of the word then he looses a chance.
13+
* The user can keep guessing letters till the word is found or the user has lost all his chances
14+
* The user can play this game any number of time he wishes to play
15+
16+
## Setup instructions
17+
1. Install Python 3.x (recommended) from https://www.python.org/downloads/
18+
2. Download this repository as zip and extract.
19+
3. Use Python IDLE
20+
4. Run the code and start playing.
21+
5. Have fun!!
22+
23+
## Output
24+
![GitHub Logo](images/hangman.png)
25+
26+
27+
## Author
28+
K.Harshitha

0 commit comments

Comments
 (0)