This is a ping pong game made with pygame. 🏓
- The game consists of 2 paddles and a ball. Each paddle represents a player.
- The left paddle is operated by the W and S keys for up and down movement respectively.
- The right paddle is operated by the Up and Down arrow keys.
- Eack player has 5 lives and if the ball touches the players edge of the screen then the player loses a life.
- When a player has 0 lives left, the game ends.
- The speed of the ball increases as the game progresses.
The only thing you need to install is pygame which you can do by:
$ pip istall pygame