Skip to content

Commit f81a35a

Browse files
authored
Update README.md
1 parent 9930aa4 commit f81a35a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Hangman/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
<h1 align="center">Hangman</h1>
22
<p>
33
This is a small game made in Python using library "random". In this game user has to guess a word with a alphabets. Everytime, the user is asked for the alphabet, if the alphabet is in the word then it is added to its required position otherwise one live will be lose. Total 9 lives be provided.
4+
</p>
5+
<p align="center">
6+
<img src="https://github.com/simran2104/Python-Projects/blob/main/Hangman/demo.gif" >
7+
</p>

0 commit comments

Comments
 (0)