Angry Birds¶
This section shows how to make a simple and extensible version of Angry Birds using the 2D physics simulaiton package Pymunk and the Multi-media package Pygame.
Resources¶
In this section you find the background music, the background images and the sprites used in this tutorial. Download them to your current folder.







The class definitions are here:
First program¶
The first step will be to create the background image and the background music.