How to Create 2d slingshot Angry Birds example!?

Hello there,
hey guys i want to ask questions about how to make Angry Birds example game in defold engine or any slingshot game like example Maybe someone have done this type of thing before, and could help me out? thank you

Hi! A game similar to Angry Birds should probably be made using the Defold 2D physics system. Have you read the [manual on physics in Defold(http://www.defold.com/manuals/physics/)? Have you started implementing something and have specific questions or is this more of a question if it is possible to make such a game at all?

2 Likes

I couldn’t help myself:

CODE: https://github.com/britzl/publicexamples/tree/master/examples/angrybirds
HTML5: http://britzl.github.io/publicexamples/angrybirds/index.html

7 Likes

For reference, there is also Sling a Kitty which was made in Defold: https://www.youtube.com/watch?v=fwCY0JOn3vA

3 Likes

Ah, so true. Sling a Kitty is a perfect showcase for an Angry Birds game made in Defold!

1 Like

oh yeah thanks i see that Defold Game Engine includes a modified version of the Box2D physics engine witch Angry Birds Made of it i am trying to find any example because i am 2d game artist and new to programming in Defold engine.

I see. Well, let us know if you have any questions. We’re happy to help!

2 Likes