Number Guessing Game

This project is a classic number-guessing game run from the terminal. My implementation focuses on providing a smooth user experience through interactive menus and dynamic game logic that adjusts the challenge according to the selected difficulty.

✨ Main Features

  • Difficulty Levels: Three preset levels (Easy, Medium, Hard) that determine the maximum number of attempts allowed.
  • Dynamic Feedback: Intelligent hints indicating whether the secret number is higher or lower than the one entered by the user.
  • Scoring System: Recording of personal records based on execution time and efficiency in attempts.
  • Interaction: Robust input validation system to ensure a game without technical errors.

⚑ Installation

You can install and try the game directly from my repository:

pip install git+https://github.com/6GinT0/Number-Guessing-Game.git

πŸš€ Usage

Simply run the global command once installed:

$ number-guessing-game

πŸ“œ License

This project is licensed under the MIT License. You are free to use, modify, and distribute it.