Python Game Tutorial: Pong

Subscribers:
10,700,000
Published on ● Video Link: https://www.youtube.com/watch?v=C6jJg9Zan7w



Duration: 44:03
493,313 views
8,509


A Pong clone game tutorial for beginners using Python 3.

⭐️Course contents ⭐️
⌨️ (00:00) Part I: Introduction and the basic window setup
Code: http://christianthompson.com/sites/default/files/Pong/Pong1.py
⌨️ (03:32) Part II: Add game objects to the screen (Paddles and Ball)
Code: http://christianthompson.com/sites/default/files/Pong/Pong2.py
⌨️ (09:15) Part III: Moving the Paddles
Code: http://christianthompson.com/sites/default/files/Pong/Pong3.py
⌨️ (15:06) Part IV: Moving the ball
Code: http://christianthompson.com/sites/default/files/Pong/Pong4.py
⌨️ (24:10) Part V: Colliding with the Paddles
Code: http://christianthompson.com/sites/default/files/Pong/Pong5.py
⌨️ (30:47) Part VI: Scoring
Code: http://christianthompson.com/sites/default/files/Pong/Pong6.py
⌨️ (37:57) Part VII: Adding Sound
Code: http://christianthompson.com/sites/default/files/Pong/Pong7.py

🔈 Sound file: http://christianthompson.com/sites/default/files/Pong/bounce.wav
💻 Finished Code: http://christianthompson.com/sites/default/files/Pong/pong.py

Tutorial from Christian Thompson. Check out his YouTube channel: https://www.youtube.com/channel/UC2vm-0XX5RkWCXWwtBZGOXg

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://medium.freecodecamp.org







Tags:
python
python game tutorial
python game
pong tutorial
python game tutorial for beginners
how to make a game in python
how to make a game
python tutroail
python tutorial for beginners