/Pong-Game

🏓 Pong Game: A classic arcade Pong game with a twist! Play against a friend or challenge yourself in this Python-based Pong implementation. Use intuitive controls to hit the ball while avoiding obstacles that ramp up the excitement. Ready to relive the nostalgia of the retro gaming era? 🎮

Primary LanguageTeXMIT LicenseMIT

Pong Game

Pong Game

Table of Contents

About the Project

This Pong Game is a classic arcade game built using the Turtle library in Python. It offers a fun and engaging experience for players of all ages. The objective of the game is to prevent the ball from passing your paddle while trying to hit the ball towards your opponent's side.

Gameplay

The game features a tennis-like gameplay where two players control paddles on opposite sides of the screen. A ball bounces back and forth between the paddles. Each time a player misses the ball, a block starts dropping from the top. If the ball hits the block, the ball's speed increases, adding an extra layer of challenge and excitement.

Controls

  • Left Player: Use w and s keys to move the paddle up and down, respectively.
  • Right Player: Use the top () and down () arrow keys to move the paddle up and down, respectively.

Features

  • Classic Pong gameplay with a twist.
  • Increasing ball speed when hitting the dropping block.
  • Simple and intuitive controls for a smooth gaming experience.
  • Two-player mode for friendly competition.
  • Colorful and engaging graphics.

Demo Video

Pong.mp4

Installation

  1. Clone the repository: git clone https://github.com/onkar69483/Pong-Game.git
  2. Navigate to the project folder: cd Pong-Game

Usage

  1. Run the game: python pong.py
  2. Follow the on-screen instructions to start playing.
  3. Enjoy the game and challenge your friends!

Executable

If you want to quickly play the game without setting up Python, you can use the provided executable file. The pong.exe file is located in the dist folder of the repository.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.


Disclaimer: This project is for educational purposes and entertainment only. It is not affiliated with or endorsed by the original Pong game or its creators.