Project: Ping Pong game in Python
Overview:
- I recreated the Ping Pong game in Python as a passion project because it was one of my favorite games to play growing up, and I wanted to understand more about how to program it.
- I used the Pygame Software to set up the game itself, programming the paddle & ball movement, scoring, and setting boundaries.
- You play as both the Green and Red paddles, and the goal is to get to 5 points for either team.
- Use W and S to control the Red Paddle, and the Up/Down arrow keys to control the Green paddle.
Functionality:
- Can be played by one person or with 2 player.
Feel free to run my code and give it a try. Thank you!