garimasingh128 / awesome-python-projects

📱 ✅ Some awesome projects in python! 📱 ✅
http://garimasingh.me/awesome-python-projects/
MIT License
1.04k stars 299 forks source link

Hangman Game Project #89

Closed charchit95 closed 3 years ago

charchit95 commented 3 years ago

The user first has to input their names and then, will be asked to guess any alphabet. If the random word contains that alphabet, it will be shown as the output(with correct placement) else the program will ask you to guess another alphabet. Users will be given 10 turns(can be changed accordingly) to guess the complete word.

Fix #88

Checklist:

garimasingh128 commented 3 years ago