Lesson 5 - Pygame Basics
The second video is a tutorial specific to making games using Pygame. This 2 hour video is very helpful because making games is essentially what we do with the monkey programs. In this tutorial, you will make a basic Space Invaders game. This should help you to implement different pygame-specific functions, show you how to move sprites on a screen, use loops to put restrictions on games, and keep track of scores.