Metadata-Version: 2.4
Name: number-guessing-game-bhimesh
Version: 1.0.3
Summary: An interactive number guessing game where players try to guess a random number between 1 and 100
Home-page: https://github.com/yourusername/number-guessing-game
Author: bhimesh
Author-email: Bhimesh <bhimesh@example.com>
License: MIT
Project-URL: Homepage, https://github.com/bhimesh/number-guessing-game
Project-URL: Repository, https://github.com/bhimesh/number-guessing-game
Project-URL: Issues, https://github.com/bhimesh/number-guessing-game/issues
Keywords: game,guessing,interactive,entertainment
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Number Guessing Game

An interactive command-line guessing game where players try to guess a random number between 1 and 100.

## Features

- 🎮 Interactive gameplay
- 🎯 Guess feedback (too high/too low)
- 📊 Attempt tracking
- 🔄 Play multiple rounds
- 🚪 Easy quit option

## Installation

Install from PyPI:

```bash
pip install number-guessing-game
```

## Usage

### As a command-line tool:

```bash
number-guessing-game
```

### As a Python module:

```python
from number_guessing_game import play_game

play_game()
```

## How to Play

1. Run the game and enter your name
2. The computer thinks of a number between 1 and 100
3. Make your guess
4. Receive feedback on whether your guess is too high or too low
5. Keep guessing until you find the number
6. Choose to play again or quit

You can exit at any time by typing 'q' when prompted for a guess.

## Requirements

- Python 3.6 or higher

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contributing

Contributions are welcome! Feel free to submit a pull request.

## Author

bhimesh (bhimeshvermaji30@gmail.com)
