As we mentioned in our last tutorial Game Development in Android using Libgdx Part I, we would be making buttons here which appear in our main menu, taking reference from our game Polar. Before we get to the button class we would talk about the BitmapFont and Text Wrapper classes BitmapFont: They are bitmaps which contain array of…
Author: Rahul Srivastava
Game Development in Android using Libgdx Part I
In this post we will concentrate on different screens which are a part of a game like menus, scoreboard and gameplay. We would take our game Polar as a reference. Before going into the screens we would make a folder called assets in Android Project. Here is the screenshot of the folder structure of the project….
Starting Game Development in Android with Libgdx
This post talks about the basics of game development in Android. In this post we would be assuming that you have eclipse and ADT plugin installed. Checkout the official link to see how. For setting up libgdx a video tutorial is available in the developers’ site along with written instructions. You can download the library from their google…