Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jivanjamadar authored Oct 17, 2024
1 parent 5081e13 commit 76abd4e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Game_Development/PingPong/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 🏓 Pong Game

Welcome to **Pong Game**, a classic arcade game built with Python and Pygame! 🎮

This project includes two paddles (one for you and one for the AI opponent) and a bouncing ball. The objective is simple: **score points** by making the ball pass your opponent's paddle while defending your own side.

---

## ✨ Features
- 🎮 **Player-controlled paddle**: Use the arrow keys to move your paddle up and down.
- 🤖 **AI opponent**: The opponent paddle follows the ball automatically.
- 🎯 **Collision detection**: Ball bounces off paddles and walls with realistic effects.
- 📊 **Score tracking**: Keep track of your wins and losses with an in-game score display.

---

## 🛠️ Requirements
- **Python 3.x**
- **Pygame**

Install Pygame using pip:
```bash
pip install pygame

0 comments on commit 76abd4e

Please sign in to comment.