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 is the 3rd and final video in the Pong series. Unique challenge to the classic game are implemented utilizing our previously developed knowledge of pygame & pymunk. This is probably the most challenging code in the series, so it is worth multiple views.
Feel free to leave questions in the comments below.