/angry-birds-python

Angry Birds game written in python using pygame and pymunk

Primary LanguagePythonMIT LicenseMIT

Angry Birds in Python

Youtube Video

Alt text

Requirements: Python 2 or 3 + Pygame + Pymunk

Both Pygame and Pymunk can be installed with pip pip install pymunk pygame

To play

  1. Download the zip file or clone the project.
  2. Open the src folder.
  3. Run main.py.

Zero Gravity

Alt text

  • To activate the "zero gravity mode" press key s.
  • To back to normal mode press key n.

Activate & Deactivate the wall

Alt text

  • To activate or deactivate the wall press key w.

Join the project

The project is Open Source. Feel free to contribute.

To contribute

Pull a new topic branch to the develop branch.