/GuessGame

The Guess_Game is a game in which you want to guess the word. In this you want to enter how many attempts do you want and what length of word do you want to guess. If you guess the word correctly you are the winner.

Primary LanguagePython

GuessGame

The Guess_Game is a game in which you want to guess the word. In this you want to enter how many attempts do you want and what length of word do you want to guess. If you guess the word correctly you are the winner.

In this we had used Python language, Exception Handling is done for characters, integers wherever is necessary. While guessing it will show you how many attempts are left, the previous word which is guessed.