Pong Using Python and Pygame (Part 4) | Scores and Restart (Finale)

Опубликовано: 06 Февраль 2026
на канале: Coding Spot
4,038
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 and displaying both player's scores on screen and we will be creating a restart function.

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

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

⏱ TIMESTAMPS ⏱
00:00 Introduction
00:48 Score Class
16:14 Restart Function
22:11 End