# PythonAngryBirds **Repository Path**: zhang_kai_yu/PythonAngryBirds ## Basic Information - **Project Name**: PythonAngryBirds - **Description**: a simple implementation of angrybirds using pygame and pymunk - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PythonAngryBirds a simple implementation of angrybirds using pygame and pymunk * support three birds:red bird, blue bird, yellow bird, black bird and white bird * suport three blocks: glass, wood and stone * use json file to store level data (e.g. position of block and pig) * TODO: support different pigs # Requirement * Python 3.7 * Python-Pygame 1.9 * Pymunk 5.5.0 # How To Start Game $ python main.py # How to Play * use mouse to drag the bird, modify the direction, then release the mouse to shoot the bird # Demo ![demo1](https://raw.githubusercontent.com/marblexu/PythonAngryBirds/master/resources/demo/demo1.png)