Learn how to make Pong with Python modules Pygame & Pymunk. Pygame provides the display manipulation while Pymunk is a physics engine based on the classic Chipmunk in C.
Instructions for downloading/installing Pygame
https://kidscancode.org/blog/2015/09/...
Documentation for Pygame
https://www.pygame.org/docs/ref/draw....
Instructions for downloading/installing Pymunk
http://www.pymunk.org/en/latest/insta...
Documentation for Pymunk
http://www.pymunk.org/en/latest/pymun...
This video is the 2nd in the Pong series. We correct some issues with the gameplay as well as add visual elements and additional functionality. At the end of this video, the game is fully formed. In the next video, other "fun" elements of the game will be added in order to further explore the power of pygame/pymunk integration.
Feel free to leave questions in the comments below.