create angrybird game using python
A fun 2D Angry Birds-style game built using Python and Pygame. Slingshot the birds to hit the pigs, earn points, and reset to play again!
- ๐ฏ Slingshot mechanism with drag and release
- ๐ค Multiple birds (lives)
- ๐ท Enemy pigs (targets)
- ๐ Score system
- ๐ Reset button
- ๐ง Basic physics with gravity
(Add a screenshot of your game window here if available)
- Python 3.x
- Pygame
pip install pygame
โถ๏ธ How to Run
Clone or download this repository.
Make sure pygame is installed.
Run the game:
bash
Copy
Edit
python angry_birds.py
๐ฎ Controls
Click & Drag the red bird to aim
Release Mouse to shoot
Click "Reset" to restart the game