Hi, In one of the previous post we had mentioned how to integrate Scoreloop in Android. This time we would be talking about integrating Open Feint as in our game Balloon Shooter we had used open feint for global scoreboard. First make an account in Open Feint and add a game to it. You would…
Box2d/Libgdx Example Code
Hi, We are uploading source code of a simple box2d-libgdx example. Here is the File In the attachment you would find three projects :- BoxLibgdxExample BoxLibgdxExample-desktop BoxLibgdxExample-android UPDATE :- The example now contains box2d debug renderer also which can be used to render box2d objects. Copy them in your eclipse workspace and import the projects in…
Game Updates
Game Updates: Polar: We updated Polar today and changed the graphics for most of the game. Changed the scoring a little and added new power ups and enemies. Check it out – Google Play link. Here are some screenshots. Balloon Shooter: We also updated balloon shooter and added 10 new levels to it. An ad…
Moving Platforms in box2d
Hi, In this post we would me making moving platforms in box2d. In most of the games especially platformers we have these moving objects which would go on a specific direction for a fixed distance and come back. A Static Rectangular Platform: First we will make a simple platform which would be static and can…
Balloon shooter review
We want to share a small news. Balloon shooter got reviewed by willshyre on the site DroidIdol. Score: 72/100 Here is a link to the review.We encourage you to comment on and share that page while we would try to improve on some aspects of the game and put them in next update. Thanks!
Arrows And Bullets in Box2d
Hi, This will be a small post in which we would make a bullet or a projectile which can be added to a game. Most of the games have some sort of ranged weapon or an enemy having ranged weapons throwing bullets, arrows etc. Making a Bullet: We would consider AR-10 rifle kits bullet to…
Using Box2d in Libgdx Game Part III
Hi, In this post we would make a box2d object manager to handle creation/deletion of objects. First we would make some changes in the BaseBoxObject class made in the last post to add option of deleting an object from the world and also an abstract function to draw the texture which would have to be…
Using Box2d in Libgdx Game Part II
Hi, In our last post we used box2d to make a body and attach a fixture to it. Then wrote fixed step update function to update the box2d physics in the game. Now we would attach a texture to the body. While attaching we take care that the texture is of similar shape to the…
Using Box2d in Libgdx Game Part I
Hello Everyone, Over the course of the next few weeks we would be covering the topic of using Box2d for physics in your libgdx app/game. In our recently released Android Game – Balloon Shooter we used Box2d for all the physics. Box2d is awesome in handling all the physics and gives realistic results. Integrating is…
New Android Game Released!
Hi Everyone, We just launched a new game in the android market. It is called Balloon Shooter. It is available for free. Click here for a detailed description. Here are some screenshots. Here is a game Video: Google Market Link : Download here or Qr Code : Please give suggesstions/feedback in comments or mail us at decisiontreegames@gmail.com