Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 469 Bytes

File metadata and controls

23 lines (14 loc) · 469 Bytes

✅ Project README (NumQuest Game Folder)

# 🎲 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!