Number Guessing Game
Objective: The player tries to guess a randomly selected number within a certain range.
Gameplay:
The program starts by generating a random number within a specified range (e.g., 1 to 100).
The player is prompted to guess the number.
If the player's guess is too high or too low, the program provides feedback.
The player continues to guess until the correct number is found.
The program keeps track of the number of attempts and congratulates the player upon guessing correctly.