Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakshyapachkhede/pong-game
Experience the nostalgia of classic arcade gaming with this Python-based Pong game built using the Pygame library. Engage in head-to-head battles or challenge the computer in this faithful recreation of the iconic Pong experience. Easy-to-use controls, score tracking, and endless fun await in this retro-inspired game.
https://github.com/lakshyapachkhede/pong-game
Last synced: about 2 months ago
JSON representation
Experience the nostalgia of classic arcade gaming with this Python-based Pong game built using the Pygame library. Engage in head-to-head battles or challenge the computer in this faithful recreation of the iconic Pong experience. Easy-to-use controls, score tracking, and endless fun await in this retro-inspired game.
- Host: GitHub
- URL: https://github.com/lakshyapachkhede/pong-game
- Owner: Lakshyapachkhede
- Created: 2024-03-11T12:06:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-22T13:17:10.000Z (10 months ago)
- Last Synced: 2024-03-22T14:45:47.673Z (10 months ago)
- Language: Python
- Size: 31.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pong-game
Experience the nostalgia of classic arcade gaming with this Python-based Pong game built using the Pygame library. Engage in head-to-head battles or challenge the computer in this faithful recreation of the iconic Pong experience. Easy-to-use controls, score tracking, and endless fun await in this retro-inspired game.This Pong game implemented in Python using the Pygame library brings back the nostalgia of classic arcade gaming. Two players compete against each other to score points by hitting a ball back and forth with paddles.
## How to Play
- Use the arrow keys or W/S keys for Player 1 and Up/Down keys for Player 2 to control the paddles.
- The objective is to prevent the ball from hitting your side of the screen while trying to make it hit your opponent's side.
- Score points by successfully hitting the ball past your opponent's paddle.## Features
- Two-player mode for head-to-head competition.
- Simple controls for easy gameplay.
- Score tracking to determine the winner.
- Classic Pong game mechanics faithfully recreated.## Requirements
- Python 3.x
- Pygame library## Installation
1. Clone or download the repository.
2. Install Pygame using pip:
```
pip install pygame
```
3. Run `pong_game.py` to start the game.Enjoy the thrill of Pong with a friend or challenge yourself against the computer! 🏓