Metadata-Version: 2.4
Name: fifa-penalty-shootout-2026
Version: 1.1.1
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 fun command-line penalty shootout game featuring all 48 teams from the FIFA World Cup 2026.

## Features
- Choose from 48 World Cup teams
- Play against random or selected opponents
- Realistic best-of-5 penalty shootout
- Special moments for **Cristiano Ronaldo**
- Special ending when **Argentina vs Portugal** (Messi vs Ronaldo)

## Installation

### Install from Test PyPI
    pip install -i https://test.pypi.org/simple/ fifa-penalty-shootout-2026

## Run the game:
fifa-shootout (or)
fifa

## How to Play

1. Choose your country
2. Choose your opponent (Random or Manual)
3. Take penalties by pressing L, C, or R
4. Beat your opponent in the shootout!

## Development Installation

git clone https://github.com/dinesh5817/fifa-penalty-shootout-2026.git
cd fifa-penalty-shootout-2026
pip install -e .
fifa-shootout

## Author
Dinesh Krishnan G

## License
MIT License
