Metadata-Version: 2.1
Name: OddEvenGame
Version: 0.0.5
Summary: This is a game in which you have to play cricket with a computer.
Home-page: https://github.com/siddharthdis/OddEvenGame
Author: Siddharth Yadav
Author-email: siddharthdis3432@gmail.com
License: MIT license
Keywords: oddevengame
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Odd Even Game
This is a game in which you have to play cricket with computer.

You have to choose odd or even and then you have to choose a number between 1 to 10.

## How to import this project
1. Open your terminal
2. Type `pip install OddEvenGame` and hit enter

## How to use this project
   type `.start()` to run the game

## Example
```
import oddevengame
oddevengame.start()
```
