- About the Project
- Gameplay
- Controls
- Features
- Demo Video
- Installation
- Usage
- Executable
- Contributing
- License
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.
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.
- Left Player: Use
w
ands
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.
- 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.
Pong.mp4
- Clone the repository:
git clone https://github.com/onkar69483/Pong-Game.git
- Navigate to the project folder:
cd Pong-Game
- Run the game:
python pong.py
- Follow the on-screen instructions to start playing.
- Enjoy the game and challenge your friends!
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.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
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.