In this game, the player must guess a random number between 1 and 100. After each guess, feedback is provided, indicating whether the guessed number is too high or too low. If the guess is correct, the user earns 1 point. The game consists of 5 rounds, and after completing all the rounds, a message is displayed for the user. This project helped me understand basic programming concepts in Python, including control flow and user input handling.