Skip to content

Commit bd28a43

Browse files
Create README.md
1 parent 9d42d7d commit bd28a43

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

Hangman Game/README.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
Demo: <a href="https://the-young-programmer.github.io/Hangman-Game/"> Click </a>
2+
3+
Source Code: <a href="https://github.com/The-Young-Programmer/Hangman-Game"> Click </a>
4+
5+
6+
# Hangman Game
7+
![images (3)](https://user-images.githubusercontent.com/79866006/154966374-b5d2eedf-b9b8-4c92-ab93-6ede364056f2.jpeg)
8+
9+
Hangman Game in JavaScript
10+
11+
Hangman is a paper and pencil guessing game for two or more players. One player thinks of a word, phrase or sentence and the other tries to guess it by suggesting letters within a certain number of guesses.
12+
13+
Hangman game is about guessing words.
14+
15+
###
16+
17+
pick the correct letters and you will win.
18+
Otherwise you will lose.
19+
20+
This is coded by Nemonet 👽 aka The Young Programmer [TYP 👨‍💻]
21+
22+
This was done in refrence to the <a href="https://github.com/The-Young-Programmer/Hangman-_-ASM" target="_blank"> Hangman game in ASM</a>
23+
24+
kindly give me a star ⭐ to motivate me to produce more codes.
25+
26+
<a href="https://github.com/The-Young-Programmer"/><img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white"/></a>
27+
28+
29+
# Demo
30+
31+
NOTE: The Apk will be avialable very soon
32+
33+
Click here to view the 👉 <a href="https://the-young-programmer.github.io/Hangman-Game/" target="_blank">Hangman Game </a> JavaScript Version.
34+
35+
36+
## images :
37+
38+
39+
![Screenshot_20220221-182218](https://user-images.githubusercontent.com/79866006/155002314-068f7c78-0f6d-4d42-8bf6-856ca945227d.jpg)
40+
41+
42+
#
43+
![Screenshot_20220221-181725](https://user-images.githubusercontent.com/79866006/155002345-eee56bd1-8e20-461b-b89b-6347908055ba.jpg)
44+
45+
46+
#
47+
![Screenshot_20220221-181738](https://user-images.githubusercontent.com/79866006/155002375-901006a4-310f-4746-bd1e-3161edd29955.jpg)
48+
49+
50+
#
51+
![Screenshot_20220221-181841](https://user-images.githubusercontent.com/79866006/155002397-7152fabf-fe94-42b4-a2ea-77cc01a1a55f.jpg)
52+
53+
54+
55+
## Sponsorship/Contact
56+
57+
👉 kindly sponsor me for more programming code
58+
59+
👉 contact me for errors and suggestion concerning the Hangman Game
60+
61+
62+
<a href="mailto:the.young.programmer.team@gmail.com"/><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white"/></a>
63+
<a href="https://www.instagram.com/t_nemonet"/><img src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white"/></a>
64+
<a href="https://twitter.com/tnemonet"/><img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white"/></a>
65+
<a href="https://the-young-programmer.github.io/The-Young-Programmer/"/><img src="https://img.shields.io/badge/website-000000?style=for-the-badge&logo=About.me&logoColor=white"/></a>
66+
67+
#
68+
<a href="mailto:the.young.programmer.team@gmail.com"/><img src="https://az743702.vo.msecnd.net/cdn/kofi2.png?v=0"/></a>
69+
70+
71+
72+
73+

0 commit comments

Comments
 (0)