Metadata-Version: 2.4
Name: OddEven-SP
Version: 3.0.0
Summary: So, welcome to my first ever Python Project! That is a game based on Odd Even, but with a twist of Cricket!
Author-email: Aarav Gupta <tribejustice35@gmail.com>
License: Apache Software License
Project-URL: Homepage, https://github.com/Aarav2709/OddEven-SP
Keywords: OddEven,SinglePlayer,Game,Cricket,Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.13
Classifier: Intended Audience :: Education
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

# 🟡 OddEvenSP

OddEvenSP is a fun, interactive terminal-based game where you challenge a computer opponent in a thrilling game of odd-even cricket! Featuring dark/light mode, rank progression, achievements, and smart AI.

[![PyPI Downloads](https://static.pepy.tech/badge/oddeven-sp)](https://pepy.tech/projects/oddeven-sp)
[![PyPI version](https://img.shields.io/pypi/v/OddEven-SP.svg)](https://pypi.org/project/OddEven-SP/)
[![Downloads](https://img.shields.io/pypi/dm/OddEven-SP.svg)](https://pypi.org/project/OddEven-SP/)
[![Python Version](https://img.shields.io/pypi/pyversions/OddEven-SP.svg)](https://pypi.org/project/OddEven-SP/)
[![License](https://img.shields.io/github/license/Aarav2709/OddEven-SP)](https://github.com/Aarav2709/OddEven-SP/blob/main/LICENSE)

---

## 🚀 Installation

To install the game, just use pip:

```bash
pip install OddEvenSP
```

---

## ▶️ How to Play

Once installed, create a new Python file (e.g., `play.py`) and add the following:

```python
from OddEvenSP import main
main()
```

Then run it with:

```bash
python play.py
```

---

## 🎮 Features

- ✅ Difficulty Levels: Easy, Medium, Hard
- 🌑 Dark & Light Terminal Modes
- 🏆 Achievements & Stats System
- 🧠 Smart AI Opponent
- 📈 Rank & XP Progression System
- 📝 Data Saved Between Sessions (stats & achievements)
- 🎨 Colorful, fun CLI UI

---

## 📊 Player Stats & Achievements

Track your wins, losses, level, XP, rank, and unlock fun achievements like:

- "Score 50 Runs in a Game"
- "Win 3 Games in a Row"
- "Win Without Getting Out"

---

## 🧠 How the Game Works

- You pick a number between 1 and 10.
- So does the computer.
- If the numbers match → You're out!
- Score runs, beat the bot’s total, level up and rank up.

---

## 💡 Tip

Choose your mode wisely — the terminal theme affects how the colors appear.

<<<<<<< HEAD
---
=======
---



>>>>>>> 76c9c7074411639e20900502ca3b068c03dca1ea
