From 76abd4ec02a9a0ec1b2cc7b767dc206a72d8b488 Mon Sep 17 00:00:00 2001 From: Jivan <137729176+Jivanjamadar@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:57:14 +0530 Subject: [PATCH] Update Readme.md --- Game_Development/PingPong/Readme.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Game_Development/PingPong/Readme.md b/Game_Development/PingPong/Readme.md index e69de29b..8d6af3d4 100644 --- a/Game_Development/PingPong/Readme.md +++ b/Game_Development/PingPong/Readme.md @@ -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