OddEven-SP


NameOddEven-SP JSON
Version 3.0.0 PyPI version JSON
download
home_pageNone
SummarySo, welcome to my first ever Python Project! That is a game based on Odd Even, but with a twist of Cricket!
upload_time2025-04-18 07:05:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseApache Software License
keywords oddeven singleplayer game cricket python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🟡 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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "OddEven-SP",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "OddEven, SinglePlayer, Game, Cricket, Python",
    "author": null,
    "author_email": "Aarav Gupta <tribejustice35@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a0/1c/70a3c3a3822c38189016eb5d80c0d3b14425adc1f51a363bc2e61c605c69/oddeven_sp-3.0.0.tar.gz",
    "platform": null,
    "description": "# \ud83d\udfe1 OddEvenSP\n\nOddEvenSP 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.\n\n[![PyPI Downloads](https://static.pepy.tech/badge/oddeven-sp)](https://pepy.tech/projects/oddeven-sp)\n[![PyPI version](https://img.shields.io/pypi/v/OddEven-SP.svg)](https://pypi.org/project/OddEven-SP/)\n[![Downloads](https://img.shields.io/pypi/dm/OddEven-SP.svg)](https://pypi.org/project/OddEven-SP/)\n[![Python Version](https://img.shields.io/pypi/pyversions/OddEven-SP.svg)](https://pypi.org/project/OddEven-SP/)\n[![License](https://img.shields.io/github/license/Aarav2709/OddEven-SP)](https://github.com/Aarav2709/OddEven-SP/blob/main/LICENSE)\n\n---\n\n## \ud83d\ude80 Installation\n\nTo install the game, just use pip:\n\n```bash\npip install OddEvenSP\n```\n\n---\n\n## \u25b6\ufe0f How to Play\n\nOnce installed, create a new Python file (e.g., `play.py`) and add the following:\n\n```python\nfrom OddEvenSP import main\nmain()\n```\n\nThen run it with:\n\n```bash\npython play.py\n```\n\n---\n\n## \ud83c\udfae Features\n\n- \u2705 Difficulty Levels: Easy, Medium, Hard\n- \ud83c\udf11 Dark & Light Terminal Modes\n- \ud83c\udfc6 Achievements & Stats System\n- \ud83e\udde0 Smart AI Opponent\n- \ud83d\udcc8 Rank & XP Progression System\n- \ud83d\udcdd Data Saved Between Sessions (stats & achievements)\n- \ud83c\udfa8 Colorful, fun CLI UI\n\n---\n\n## \ud83d\udcca Player Stats & Achievements\n\nTrack your wins, losses, level, XP, rank, and unlock fun achievements like:\n\n- \"Score 50 Runs in a Game\"\n- \"Win 3 Games in a Row\"\n- \"Win Without Getting Out\"\n\n---\n\n## \ud83e\udde0 How the Game Works\n\n- You pick a number between 1 and 10.\n- So does the computer.\n- If the numbers match \u2192 You're out!\n- Score runs, beat the bot\u2019s total, level up and rank up.\n\n---\n\n## \ud83d\udca1 Tip\n\nChoose your mode wisely \u2014 the terminal theme affects how the colors appear.\n\n<<<<<<< HEAD\n---\n=======\n---\n\n\n\n>>>>>>> 76c9c7074411639e20900502ca3b068c03dca1ea\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "So, welcome to my first ever Python Project! That is a game based on Odd Even, but with a twist of Cricket!",
    "version": "3.0.0",
    "project_urls": {
        "Homepage": "https://github.com/Aarav2709/OddEven-SP"
    },
    "split_keywords": [
        "oddeven",
        " singleplayer",
        " game",
        " cricket",
        " python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "08fb9c1903e38481dd324e8e3c4b41ff01579ae3107a1440780cda9c09336a0f",
                "md5": "1cb6e1763af27e079bf7adc5a3dc089b",
                "sha256": "12080c9f0e73493d221c20d08bd5a512eb501142008115f92b51238e6088e2c8"
            },
            "downloads": -1,
            "filename": "oddeven_sp-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1cb6e1763af27e079bf7adc5a3dc089b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 12946,
            "upload_time": "2025-04-18T07:05:14",
            "upload_time_iso_8601": "2025-04-18T07:05:14.252057Z",
            "url": "https://files.pythonhosted.org/packages/08/fb/9c1903e38481dd324e8e3c4b41ff01579ae3107a1440780cda9c09336a0f/oddeven_sp-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a01c70a3c3a3822c38189016eb5d80c0d3b14425adc1f51a363bc2e61c605c69",
                "md5": "0fa14efda19df305da7fd16e26fe3e57",
                "sha256": "9d491fe35d26afb5ac1aee4678d487d655a6e85c36f6f8d9368939bee137fb5f"
            },
            "downloads": -1,
            "filename": "oddeven_sp-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0fa14efda19df305da7fd16e26fe3e57",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 12535,
            "upload_time": "2025-04-18T07:05:16",
            "upload_time_iso_8601": "2025-04-18T07:05:16.011014Z",
            "url": "https://files.pythonhosted.org/packages/a0/1c/70a3c3a3822c38189016eb5d80c0d3b14425adc1f51a363bc2e61c605c69/oddeven_sp-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-04-18 07:05:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Aarav2709",
    "github_project": "OddEven-SP",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "oddeven-sp"
}
        
Elapsed time: 0.66443s