The Python Pong Game is a project designed to explore more advanced topics in Python, specifically the utilization of classes and the integration of the pygame
library. This classic game provides a hands-on approach to understanding key programming concepts while offering a fun and interactive experience.
-
Clone the Repository:
git clone https://github.com/Kdehner/python_pong.git cd python_pong
-
Install the Required Packages: Make sure you have Python and
pip
installed. Then, run:pip install -r requirements.txt
-
Run the Game:
python main.py
Enjoy playing!
If you have any feedback or suggestions, feel free to open an issue or submit a pull request!