https://github.com/scifer99/2-dimensional-ping-pong-game
This is a two dimensional video game developed in Python.
https://github.com/scifer99/2-dimensional-ping-pong-game
2d-game ping-pong python3 scripting video-game
Last synced: 6 days ago
JSON representation
This is a two dimensional video game developed in Python.
- Host: GitHub
- URL: https://github.com/scifer99/2-dimensional-ping-pong-game
- Owner: SCIFER99
- License: mit
- Created: 2023-04-27T20:41:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T20:44:42.000Z (about 3 years ago)
- Last Synced: 2025-11-07T13:22:38.617Z (8 months ago)
- Topics: 2d-game, ping-pong, python3, scripting, video-game
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2-Dimensional-Ping-Pong-Game
This is a two dimensional video game developed in Python
Greetings all! I am back with another Repo! I developed a Ping-Pong (or just Pong)
game. However, I left out some components that are preventing it from moving (on purpose).
I challenge all to figure out why its not moving and enjoy it for yourself!
Packages to install:
pip install pygame
pip install random (if you do not have it already)
pip install sys (if you do not have it already)
Happy Coding!