https://github.com/mujtabamohamed/pong-game
This is a simple implementation of the classic Pong game using Python.
https://github.com/mujtabamohamed/pong-game
game game-development games multiplayer pong-game pong-python pygame python python-game retrogaming turtle
Last synced: 4 months ago
JSON representation
This is a simple implementation of the classic Pong game using Python.
- Host: GitHub
- URL: https://github.com/mujtabamohamed/pong-game
- Owner: mujtabamohamed
- Created: 2023-11-15T15:42:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T17:20:47.000Z (11 months ago)
- Last Synced: 2024-12-31T08:14:32.911Z (6 months ago)
- Topics: game, game-development, games, multiplayer, pong-game, pong-python, pygame, python, python-game, retrogaming, turtle
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pong Game
This is a simple implementation of the classic Pong game using Python.
## Features
- Multi-player mode
- Simple controls
- Retro gameplay## Screenshot

## Tech Stack
- **Language**: Python
- **Libraries**: turtle, winsound## Installation
- Clone the repository:
```bash
git clone https://github.com/mujtabamohamed/pong-game.git
```- Navigate to the project directory:
```bash
cd pong-game
```- Install the required dependencies:
```bash
pip install -r requirements.txt
```## Usage
- Run the game:
```bash
python main.py
```- Use the arrow keys to move your paddle up and down.
