An open API service indexing awesome lists of open source software.

https://github.com/pranjalco/pong-game-intermediate

This is a Pong game implemented using Python's `turtle` and `time` modules with an object-oriented programming (OOP) approach. The game involves two players, left and right, competing to reach the winning score.
https://github.com/pranjalco/pong-game-intermediate

game-development game-programming object-oriented-programming oop pong-game programming python time turtle turtle-graphics

Last synced: about 1 year ago
JSON representation

This is a Pong game implemented using Python's `turtle` and `time` modules with an object-oriented programming (OOP) approach. The game involves two players, left and right, competing to reach the winning score.

Awesome Lists containing this project

README

          

# Pong Game
A classic Pong game built using Python’s `turtle` and `time` modules with an OOP approach. Two players compete to reach a winning score of 10.

## Screenshots
![ss1](./screenshots/1.PNG), ![ss2](./screenshots/2.PNG), ![ss3](./screenshots/3.PNG)

## Author
Pranjal Sarnaik

## Features
- **Dynamic Ball Speed:** Increases on paddle collision, decreases when missed.
- **Player Controls:** Left paddle (`W`/`S`), Right paddle (`O`/`L`).
- **Scoreboard:** Displays current scores.
- **Winning Message:** Shown when a player reaches 10 points.
- **Screenshots Folder:** Stores gameplay snapshots.

## Level
Intermediate

## Tech Stack
Python | OOP | Turtle Graphics | Game Logic | Event Handling

## How to Run
1. Clone the repo:
```bash
git clone https://github.com/pranjalco/pong-game-intermediate.git

3. Run:
```bash
python app.py

**Created by Pranjal Sarnaik**
*Released under the MIT License*