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.