Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mujtabamohamed/pong-game
- Owner: mujtabamohamed
- Created: 2023-11-15T15:42:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T17:20:47.000Z (3 months ago)
- Last Synced: 2024-07-26T19:06:01.827Z (3 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: 2
- 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
![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)