Skip to content

Commit de6afc0

Browse files
authored
readme file
1 parent 37c553d commit de6afc0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)