Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 539 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 539 Bytes

Pong Game

This is a replica of the well-known "Pong", a two-dimensional sports game that simulates table tennis.
The players control in-game paddles by moving them vertically across the left and right side of the screen.
Here, the right side controls the paddle using the "up"-"down" key combination and the left side with "w" for up and "s" for down.
Once again, turtle module is at the heart of the project. The paddles, the ball and also, the scores are objects of classes inherited from the Turtle parent class.