This repository contains a Python-based number guessing game. The game challenges players to guess a randomly selected number within a specified range. With each guess, the program provides feedback to guide the player closer to the correct answer.
- Random number generation for an unpredictable game experience.
- Feedback for every guess: "Too High," "Too Low," or "Correct."
- Configurable difficulty levels to adjust the number of attempts.
- A fun way to practice Python basics, including loops, conditionals, and input handling.