Pygame

Introduction

Pygame is a cross-platform set of Python modules designed for writing video games. It includes computer graphics and sound libraries designed to be used with the Python programming language. (Wikipedia)

Project #0

Enter and execute the program in the video

Get Started in Pygame in 10 minutes! (YouTube)

This is an excellent introduction to the structure of a game.

Project #1

Modify project #0. Display your name in the upper left corner of the screen.

Project #2

Create a simple game

Links

Pygame (Wikipedia)

pygame (Home)

Making a Game in Python with No Experience (YouTube)