January 22, 2012
GrabAndRun

Grab And Run 1.0 Released

Grab And Run has been released in the Android Market! I’m glad to say that my first Android game Grab And Run is now available for […]
January 22, 2012
Creation of an android game

Creation of an Android game – #1 Introduction

So you want to know how to make an Android game? In this blog I will not create a “yet another Android game tutorial” as you […]
January 22, 2012
make an android game 3

Creation of an Android game – #2 Gathering the tools

The first day I started downloading the latest version of all the need tools, just to avoid any problem I could encounter in the future. So, […]
January 22, 2012
make an android game 2

Creation of an Android game – #3 Game Activity, Game View, The Main Loop

In my nature I like to go straight to the core of the software I’m doing, post poning other less important aspects to a later stage […]
January 29, 2012
Make Android Game 4 - Domain Entities

Creation of an Android game – #4 Domain Entities

Ok, so before going any further, I think I better prepare some entities to contain and track the data during the game. Usually I would not […]