A classic Pong game implementation built with Python and Turtle. This project recreates the iconic arcade game with modern features and smooth gameplay.
- Classic two-player Pong gameplay
- Smooth ball and paddle movement
- Score tracking system
- Adjustable game speed
- Sound effects for ball hits and scoring
- Pause functionality
- Game over screen with restart option
- Python 3.x
- Turtle graphics (built into Python standard library)
- Clone this repository:
git clone https://github.com/<username>/pong-game.git
cd pong-gameRun the game:
python main.py- W: Move paddle up
- S: Move paddle down
- Up Arrow: Move paddle up
- Down Arrow: Move paddle down
- P: Pause game
- R: Restart game
- ESC: Quit game
main.py: Main game loop and initializationpaddle.py: Paddle class implementationball.py: Ball class implementationscoreboard.py: Score tracking and display
Feel free to submit issues and enhancement requests!
This project is licensed under the MIT License - see the LICENSE file for details.