Metadata-Version: 2.4
Name: fifa-penalty-shootout-2026
Version: 1.1.3
Summary: A fun penalty shootout CLI game based on FIFA World Cup 2026
Author-email: Dinesh Krishnan Gnanasubramanian <dineshk262809@gmail.com>
License: MIT
Keywords: fifa,world cup,penalty,shootout,game,cli,football
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment :: Simulation
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# ⚽ FIFA World Cup 2026: Penalty Shootout

A thrilling, interactive command-line penalty shootout game featuring all 48 national teams qualifying for the FIFA World Cup 2026. Step up to the spot, outsmart the keeper, and lift the trophy!

---

## ✨ Features

* **48 National Teams:** Play with any qualified country from the 2026 tournament.
* **Versus Modes:** Face a completely random challenger or manually pick your rival.
* **Authentic Rules:** Realistic best-of-5 sudden-death penalty shootout mechanics.
* **Easter Eggs:** Hidden custom moments tailored for **Cristiano Ronaldo**.
* **The Dream Finale:** Experience a special unique ending during an **Argentina vs. Portugal** (Messi vs. Ronaldo) showdown.

---

## 🚀 Quick Start

### Installation

Install the stable package directly from PyPI:

```bash
pip install fifa-penalty-shootout-2026
```

### Launch the Game

Start playing instantly by typing either command in your terminal:

```bash
fifa-shootout
```


---

## 🎮 How to Play

1. **Select Your Nation:** Pick your home country from the 48-team roster.
2. **Choose the Rival:** Match up against a random opponent or select a specific adversary.
3. **Take the Shot:** Choose your placement by pressing:
   * `L` — Left
   * `C` — Center
   * `R` — Right
4. **Defend the Net:** Guess your opponent's striking direction to make crucial saves!

---

## 🛠️ Development Setup

If you want to contribute, modify code, or run the project locally:

```bash
# Clone the repository
git clone https://github.com

# Navigate into the project folder
cd fifa-penalty-shootout-2026

# Install the package in editable mode
pip install -e .

# Launch your local build
fifa-shootout
```

---

## 🧑‍💻 Author

**Dinesh Krishnan G**  
* GitHub: [@dinesh5817](https://github.com)

---

## 📄 License

This project is licensed under the **MIT License**. Feel free to share, modify, and distribute.
