# 🎲 NumQuest Game
A simple Python number-guessing game.
The computer randomly picks a number, and your goal is to guess it with as few attempts as possible!
---
## 🕹️ How to Play
1. Run the game
2. Enter your guesses when prompted.
3. The game will give you hints:
"Too high" → try a smaller number.
"Too low" → try a bigger number.
4. Keep guessing until you find the correct number!