Python Pong is a classic arcade game implemented in Python using the Turtle module.
Enjoy hours of fun challenging your friends or playing against the computer in this retro-inspired game :)
- Two-player mode
- Sound effects will be played as the ball is bounced (well, the former sound was planned to be a well-known one)
- Score tracking
- Run the
pygame_turtle.py
file. - Control Paddle A using the 'W' and 'S' keys.
- Control Paddle B using the Up and Down arrow keys.
- Hit the ball with your paddle to keep the game going.
- Score points by getting the ball past your opponent's paddle.
- The game ends whenever you -and your friend*- want.
- Python 3
- Turtle module
- Clone the repository or download the ZIP file.
- Navigate to the directory where you cloned or downloaded the files.
- Run
pygame_turtle.py
to start the game.
- Created by @EzgiTastan