Himel-Sarder / Hey-Guess-Me-Game

"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.

Home Page:https://replit.com/@AntuSarder/Hey-Guess-me-Game?v=1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hey, Guess Me Game

DDDD

Welcome to "Hey, Guess Me"! Can you guess the correct number chosen by the computer?

About

"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.

ScreenShots

image image image image image

Features

  • 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!

How to Play

  1. Starting the Game: Run the Python script HeyGuessMe.py in your terminal or command prompt.

    python HeyGuessMe.py
    
  2. Choosing Difficulty: Select your desired difficulty level by typing 'easy', 'medium', or 'hard' when prompted.

  3. Making Guesses: Guess the number chosen by the computer within the specified range. Receive feedback after each guess to help you adjust your strategy.

  4. 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.

  5. Winning and Losing: If you correctly guess the number within the allotted attempts, you win! Otherwise, you lose the game.

  6. Play Again: After completing a round, decide whether to play again by typing 'yes' or 'no' when prompted.

Requirements

  • Python 3.x
  • art library for displaying the game logo (install using pip install art)

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/Himel-Sarder/Hey-Guess-Me-Game.git
    
  2. Navigate to the project directory:

    cd HeyGuessMe
    
  3. Install the required art library:

    pip install art
    
  4. Start the game:

    python HeyGuessMe.py
    

Credits

  • 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

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

"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.

https://replit.com/@AntuSarder/Hey-Guess-me-Game?v=1

License:MIT License


Languages

Language:Python 100.0%