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
⭐️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
Comments