Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 7 hours ago
JSON representation

This is a simple implementation of the classic Pong game using Python.

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

![Pong Game](https://i.postimg.cc/3Rfr1vYD/Pong-Game.png)

## 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.

![Arrow and WASD Keys](https://i.postimg.cc/KcWDWpYR/Arrow-and-WASD-Keys.png)