h4jack / Number-Guessing-Game

This Python program is a number guessing game where the user can play against the computer or let the computer guess the user's number. The game offers different difficulty levels and modes of play.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number Guessing Game

This Python program is a number guessing game where the user can play against the computer or let the computer guess the user's number. The game offers different difficulty levels and modes of play.

Demo

No Demo Available for this.

Installation

To run the game, follow these steps:

Clone the repo and use and analyze the code:

git clone https://github.com/h4jack/Number-Guessing-Game.git

Navigate to the project directory:

cd Number-Guessing-Game

Run the game:

py number-guessing-game.py

Features

  • Two modes of play: User guesses or Robot guesses.
  • Different difficulty levels with varying ranges.
  • Interactive gameplay with clear instructions.
  • Option to play again after each round.

Usage/Examples

User Guesses:

Select the mode where the user guesses the number. Choose the difficulty level and start guessing.

Robot Guesses:

Let the computer guess the number you're thinking of. Provide feedback to the computer after each guess.

Robot Auto Guesses:

Similar to Robot Guesses, but the computer selects the difficulty level automatically.

Authors

License

This project is licensed under the MIT License

Feedback

If you have any feedback or suggestions, please feel free to create an issue or contact us.

About

This Python program is a number guessing game where the user can play against the computer or let the computer guess the user's number. The game offers different difficulty levels and modes of play.

License:MIT License


Languages

Language:Python 100.0%