We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c553d commit de6afc0Copy full SHA for de6afc0
README.md
@@ -0,0 +1,18 @@
1
+<div align="center">
2
+ <!--Title -->
3
+ <h1>Hangman</h1>
4
+ <p>Simple hangman writen in python to be played in the console.</p>
5
+
6
+ <!-- Fancy badges -->
7
+<img src="https://img.shields.io/github/languages/code-size/cqb13/Python-Hangman" alt="Code Size">
8
+<img src="https://img.shields.io/github/stars/cqb13/Python-Hangman" alt="Stars">
9
+</div>
10
11
+<hr />
12
13
+# How to use
14
+- Download the latest [release](/../../releases).
15
+- Run the hangman.py file.
16
17
+*Note: You need to download python inorder to run the game*
18
+*Note: An IDE such as PyCharm or VsCode is recommended*
0 commit comments