Images and copyrights belong to Rovio Entertainment. This example is only used for educational purposes.
Assets were taken from this open source project: https://github.com/sarveshchavan7/AngryBirds
This is a minimal example based on Angry Birds game.
Interesting points:
- Unlike most other examples, the game fills the entire screen. The world height is set to 3 meters and the world width is set based on the device screen size.
- The hook ropes are drawn with the new BitmapCreator async drawing methods.
- The hook itself is made of two images. The bird passes between them. There were some issues with the antialiasing effect adding a semitransparent line to the front image. To fix it I've resized the images without antialiasing using BitmapCreator.
- This game misses some features. Collisions do not damage the pigs. They just push them. If there is interest I can extend this example.
The example is included in the examples pack.