Metadata-Version: 2.4
Name: OddEven-SP
Version: 4.0.0
Summary: A cricket based Odd Even single player terminal game.
Author-email: Aarav Gupta <tribejustice35@gmail.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/Aarav2709/OddEven-SP
Keywords: oddeven,cricket,game,terminal,python
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama>=0.4.6
Dynamic: license-file

<h1 align="center">OddEven SP</h1>

<p align="center">
A terminal based cricket game built on the classic Odd Even concept.
Challenge AI opponents, score runs, unlock achievements, and climb ranks.
</p>

<p align="center">
  <a href="https://pypi.org/project/oddeven-sp/">
    <img src="https://img.shields.io/pypi/v/oddeven-sp.svg" alt="PyPI Version">
  </a>
  <a href="https://pypi.org/project/oddeven-sp/">
    <img src="https://img.shields.io/pypi/dm/oddeven-sp.svg" alt="Downloads">
  </a>
  <a href="https://github.com/Aarav2709/OddEven-SP/blob/main/LICENSE">
    <img src="https://img.shields.io/github/license/Aarav2709/OddEven-SP" alt="License">
  </a>
</p>

## About

OddEven SP is a single player cricket game that combines Odd Even mechanics with cricket gameplay.

Play against AI opponents, score runs, chase targets, earn XP, unlock achievements, and improve your rank.

Runs completely in your terminal.

## Installation

```bash
pip install oddeven-sp
```

Start the game:

```bash
oddeven-sp
```

## Gameplay

- Choose a number between 1 and 10.
- The opponent chooses a number.
- Matching numbers result in a wicket.
- Different numbers score runs.
- Beat your opponent to win the match.

## Features

- Cricket batting and bowling system
- AI opponents with different styles
- Easy, Medium, and Hard difficulties
- XP and rank progression
- Achievement system
- Player statistics
- Training mode
- Opponent scouting
- Multiple terminal themes

## Achievements

Unlock milestones such as:

- First Victory
- Fifty Runs
- Century
- Three Win Streak
- Veteran Player
- Hard Mode Winner
- Flawless Match

## Requirements

- Python 3.8+
- colorama

## License

Licensed under the Apache License 2.0.

Created by **Aarav Gupta**

GitHub:
https://github.com/Aarav2709/OddEven-SP
