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.

angry-birds.ogg

../_images/background.png

background.png

../_images/bird.png

bird.png

../_images/sling.png

sling.png

../_images/sling2.png

sling2.png

../_images/pig.png

pig.png

../_images/beam.png

beam.png

../_images/column.png

column.png

The class definitions are here:

classes.py

First program

The first step will be to create the background image and the background music.