Skip to content

MirelaManta/pong-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages