Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 460 Bytes

File metadata and controls

19 lines (10 loc) · 460 Bytes

Number Guessing Game 🎯

A simple Python text-based game where the computer randomly picks a number, and you try to guess it. After each guess, the game tells you whether your guess is too high or too low, and it tracks your attempts and high scores.

Features

✅ Three difficulty levels:

Easy: 1–50

Medium: 1–100

Hard: 1–200

✅ Tracks your current score and high score

✅ Clear instructions for players

✅ Error handling for invalid inputs