lovy003 / First-PR

Make Your first PR as part of hactoberfest 2k21. You can add here your first project you made while learning any new language. Make this repo a resource material for those who have just started with a new language.
24 stars 60 forks source link

Added a Hangman game in Python #95

Closed Z-crete19 closed 2 years ago

Z-crete19 commented 2 years ago

Hello, I want to contribute to your project. I have made a Hangman game in Python language.

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(s) tries to guess it by suggesting letters within a certain number of guesses.

Here the system generates a random word and user have to guess that word correctly. User only gets 6 tries to guess the word (i.e., either directly or letter by letter), otherwise the user loose.

If you like my code, then please accept my pull request and add the label "hactoberfest-accepted". Thank you.

lovy003 commented 2 years ago

Thanks for your contribution. Please give this repo a star if it helped you in your contributions for hacktoberfest.