Hi, We got some mails regarding how to make a sprite animation. So we will use one of the explosions we have used in a new game as an example. Here is the final animation. The gif was created in…
Hi, We got some mails regarding how to make a sprite animation. So we will use one of the explosions we have used in a new game as an example. Here is the final animation. The gif was created in…
Hi, In our one of the previous post about adding box2d objects in game we created all the box2d bodies in the initialization phase and during the game we were just making the sensor objects (removing their collision response) so…
Hi, In this small post we would write on how to show android dialogs in libgdx code. It is pretty simple. We used dialogs when we had some processing going on or while changing screens. Create A Dialog: <?xml version=”1.0″…
This tutorial is a more general tutorial, focussing on an Android UI aspect that can be used in games as well as other apps. View Adapters are a useful feature which allow us to reuse UI skeletons. The official Android…
Hi, In one of the previous post we moved a platform from a point A to point B and then back to point A and so on. In this post we would expand on it and move it in specific…
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.…
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…
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…
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…
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…