Closed aniketsingh98571 closed 3 years ago
@atarax665 @iamrajiv @HarshCasper Look into this issue and assign me this for Python as a part of CH20
Please reopen this issue once you add more information and updates here. If this is not the case and you need some help, feel free to seek help from our Telegram or ping one of the reviewers. Thank you for your contributions!
@HarshCasper @atarax665 ## 💥 Proposal
The word to guess is represented by a row of dashes. If the player guess a letter which exists in the word, the script writes it in all its correct positions. The player has 10 turns to guess the word. You can easily customize the game by changing the variables. for example: _ __ (adobe) if user enters a then: a _ ____ if users enters t: You have x turns left try again
Have you read the Contributing Guidelines on Pull Requests?
Yes