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

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.

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!