Pong Using Python and Pygame (Part 2) | Adding Movement to Ball and Paddles

Опубликовано: 16 Июль 2026
на канале: Coding Spot
4,897
104

In this tutorial I will show how to code the classic Pong game using Python and it's Pygame module, by using Object-Oriented Programming (Classes and Objects). In this video we will be adding movement to our ball and paddles.

LINKS:
😺 GitHub Repo: https://github.com/AlejoG10/python-po...

FOLLOW FOR MORE:
💥 GITHUB: https://github.com/AlejoG10
💥 INSTAGRAM:   / coding_sp0t  

⏱ TIMESTAMPS ⏱
00:00 Introduction
0:56 Playing Variable
2:06 Adding Movement to Ball
6:43 Adding Movement to Paddles
11:50 End