Python-Projects icon indicating copy to clipboard operation
Python-Projects copied to clipboard

Update Pong.py

Open Kisalaykisu opened this issue 1 year ago • 0 comments

In this version:

1.Scoring is implemented. Each time the ball passes one of the paddles, the opponent scores a point. 2.A simple AI controls the second paddle (paddle2). It follows the ball's vertical movement. 3.The game displays the current score at the top of the screen.

Kisalaykisu avatar Jan 18 '24 18:01 Kisalaykisu