Skip to content

educ8s/Python-Pong-Game-with-Pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Pong Game with Pygame

In this tutorial I am going to show you how to make Pong, a simple but very addictive game that was released back in 1973 by Atari. It is a very simple game by today's standards but it was a massive hit in its day. We are going to build this game using Python and the Pygame module.

Although Pong is a very simple game, it covers a lot of the aspects of computer game programming, like movement, control, collision detection, scoring, artificial intelligence and so on. If you learn how to program Pong you will be able to program a lot of other games as well.

Video Tutorial

🎥 Video Tutorial on YouTube



| 📺 My YouTube Channel | 🌍 My Website |