Metadata-Version: 2.1
Name: OddEvenGame
Version: 0.0.1
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
Keywords: Game,Odd,Even,Odd Even,Cricket,Cricket Game,Game with Computer,Siddharth Yadav
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# 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()
```
