This is a Pong clone made using the Pygame framework. The purpose of this project was to demonstrate an understanding of Object-Oriented Programming (OOP) and to learn the Pygame framework.
- Pygame
- Clone the repository:
git clone https://github.com/JeremyEffinger/Pong-Clone.git
- Navigate to the project directory:
cd pong-clone
- Run the game:
python pong.py
- Use the up and down arrow keys to move the paddle up and down and the W and S keys for the other paddle..
- Press the spacebar to start the game.
- First player to reach 10 points wins.
If you'd like to contribute to the development of this Pong clone, please fork the repository and submit a pull request.
This Pong clone is open-source software licensed under the MIT license.