The user will define a lower and upper range (e.g., 50 to 100)
The system will randomly select a secret number within the given range
🔹 If the guess is too high ➝ The system will say: "📉 Try a lower number!"
🔹 If the guess is too low ➝ The system will say: "📈 Try a higher number!"
🎉 If the guess is correct ➝ "🎊 Congratulations! You win!"
❌ The user has only 5 chances to guess the correct number
If all 5 chances are used, it's Game Over! 🚫
✔️ The player who guesses the correct number wins the game!