Metadata-Version: 2.4
Name: mdpong
Version: 1.1.2
Summary: A modern Pong game built in Python Turtle Graphics
Author-email: Maalek Darkal <maalekdarkal@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/MaalekDarkalX1/pong
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# 🏓 Pong by Maalek Darkal

A fun modern take on the classic **Pong** game made with Python’s `turtle` graphics.  
Choose single player or multiplayer, pick your AI difficulty, and enjoy fast, colorful gameplay!

---

## 🎮 Features
- Single Player & Multiplayer modes  
- AI with 4 difficulty levels: Easy, Medium, Hard, Impossible  
- Color-changing ball for dynamic visuals  
- Countdown before every round  
- Replay or return to menu after each match  

---

## 🕹️ Controls
**Player A (Left Paddle)**  
- W → Up  
- S → Down  

**Player B (Right Paddle)**  
- ↑ → Up  
- ↓ → Down  

**Menu**  
- 1 → Single Player  
- 2 → Multiplayer  
- R → Replay  
- Q → Main Menu  

---

## ⚙️ How to Run
download the zip file from the realeases or use: 

```
pip install mdpong
python -m pong
```
