Joffcom
Its a little bit random
Android Game
For the past few weeks I have started work on an Android game with Dan Cordell (Gryx). With my love of making things easier I have been using Andengine. So far we have player movement through Accelometer, Tapping the screen to make the player jump and Box2D physics.
By the end of this week I hope to have the levels loading through XML because I can’t be bothered to type in:
1 | addObject(Scene, X Location, Y Location); |
For every object in the scene.
Here are a few screen shots taken from my X10 using DDMS



