cod3o4-hammad_number-guessing-game
v1.0.2
Published
This is a CLI based number guessing game
Downloads
2
Readme
CLI-NUMBER-GUESSING-GAME
Key points to note: When the user guesses the correct number, the loop continues without reducing the attempts. Total wrong attempts are 5 If the user guesses wrong, attempts are reduced by 1. If the user guesses correct, score is increase by 1. The game ends when the attempts are exhausted or the user chooses to quit.