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