Hi, We have published a new 2d endless platformer in Google Play Store. Try it out its free. Here is the link. If you like fishing you may be interesting in the info from https://www.modernaustralian.com/lifestyle/13466-how-to-choose-the-best-fishing-backup-tackle-box. Download :- Gameplay Video:
Author: Rahul Srivastava
Featured Developer on Scoreoid
Hi, We are the featured developer on the Scoreoid Website. You can read our interview here. Two of our games use Scoreoid :- Tap Shoot Zombie Speedboat Santa. Try them. They are free. Also if you are considering adding high scores, achievements etc in your game then you should try out Scoreoid. Its cross platform,…
Using Scoreoid with Libgdx/Desktop
In January we wrote a post on how to integrate scoreoid in Libgdx for Android. In this post we would be integrating it for the desktop/PC version. For parsing JSON we are using the source code available in this link JSON in Java. Here is the Github link. In this post we would only explain…
Edge Shape in Box2d
Hi, We have been working on a new 2d libgdx platformer game for sometime now and it is coming along nicely. While working on it we found the need to add an edge shape rather a rectangle for our platforms. And we found out edge shapes are quite easy to add in box2d. At the…
Box2d Revolute Joint Example
Hi, In our upcoming android game we are adding some box2d joints and in this post we would be creating a revolute joint. We are using Libgdx engine to make the game. Below is a screenshot of what it looks like in game. At the end of the post, you can find the source files…
Using Scoreoid with Libgdx/Android
In this post(or maybe one more) we would integrate scoreoid with libgdx for Android environment. Before we start, check out Scoreoid here. Let me quote from their site “Scoreoid is a non-restrictive, reliable and easy to use server platform for game developers designed to handle but not limited to leaderboards, game achievements, player login, in-game…
Our Fifth Game-Speedboat Santa released!
Hi, Okay first the big image. Tada. Google Play Store link :- Speedboat Santa. We just released our fifth game in Google play store. Its called Speedboat Santa. As you can see with the name and the game, the December month has had an effect on us. Okay straight to the description. Santa lost his…
Tap Shoot Zombie Featured in IndieGameHQ
Hi! We wanted to share a small update with you all. A few days ago our new game Tap Shoot Zombie was featured in IndieGameHQ which is a great site featuring many independent games. You should check out the site for news and updates from the indie gaming world. Thanks
New Android Game – Tap Shoot Zombie!
Hi, We have released our fourth game for Android in Google Play Store- Tap Shoot Zombie!. Here is the link. Qr Code: If you would like to earn money while playing at vipcasinosites.com you will find a lot of options to have fun and make some money. Description:- Shoot zombies in this simple fun game….
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 like. In all of our example the objects we create in Box2d are scaled down…