Tag: Android

New Android App – Crossword

Download :- Description :- Free English crossword puzzle to satisfy your passion for Crosswords. This fun educational puzzle contains both easy 13×13 crosswords and medium 15×15 puzzles. Improve your vocabulary with many different words across various themes like Animals, Animals

Tagged with: , , ,

Using Box2d Debug Renderer in Libgdx

This is an update to the older example (“using Box2d in Libgdx”) we put in the post here. We added box2d debug renderer to the code which is very simple to add and useful in seeing how box2d objects look

Tagged with: , , , , ,

Showing Dialog in Libgdx Android

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″

Tagged with: , , , ,

Moving Platforms in Box2d in a Specified Path

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

Tagged with: , , , ,

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

Tagged with: , , , , ,

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

Tagged with: , , ,

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

Tagged with: , , ,

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

Tagged with: , , , ,

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

Tagged with: , , , ,

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

Tagged with: , , , ,
Top