Welcome to "Hey, Guess Me"! Can you guess the correct number chosen by the computer?
"Hey, Guess Me" is an interactive number guessing game where players attempt to guess a randomly chosen number within a specified range. With three difficulty levels to choose from, players can enjoy the challenge of guessing the number with limited attempts.
- Three Difficulty Levels: Choose from easy, medium, or hard difficulty levels, each offering a different number of attempts to guess the number.
- Interactive Feedback: Receive feedback on each guess, helping you to narrow down the possible range of the chosen number.
- Play Again Option: After completing a round, decide whether to play again and try to beat your previous score.
- Scoring System: Your score is based on the number of attempts remaining when you correctly guess the number. Aim for a high score by guessing the number with fewer attempts!
-
Starting the Game: Run the Python script
HeyGuessMe.py
in your terminal or command prompt.python HeyGuessMe.py
-
Choosing Difficulty: Select your desired difficulty level by typing 'easy', 'medium', or 'hard' when prompted.
-
Making Guesses: Guess the number chosen by the computer within the specified range. Receive feedback after each guess to help you adjust your strategy.
-
Limited Attempts: Be mindful of the limited number of attempts available based on the selected difficulty level. Try to guess the number within the given attempts to win the game.
-
Winning and Losing: If you correctly guess the number within the allotted attempts, you win! Otherwise, you lose the game.
-
Play Again: After completing a round, decide whether to play again by typing 'yes' or 'no' when prompted.
- Python 3.x
art
library for displaying the game logo (install usingpip install art
)
-
Clone the repository to your local machine:
git clone https://github.com/Himel-Sarder/Hey-Guess-Me-Game.git
-
Navigate to the project directory:
cd HeyGuessMe
-
Install the required
art
library:pip install art
-
Start the game:
python HeyGuessMe.py
- Himel Sarder
- Department of Computer Science and Engineering
- Bangamata Sheikh Fojilatunnesa Mujib Science and Technology University, Jamalpur, Bangladesh
- Linkedin : Himel Sarder
- Gmail : Contact with me
This project is licensed under the MIT License. See the LICENSE file for details.