Battle Axe Free

My first attempt at programming a game and a guinea pig for my graphics framework.  All parts of the game (including horrendous graphics) were built by me from scratch.

The game uses my own custom 2D games framework that provides a simple but powerful object-oriented interface on top of the advanced OpenGL ES APIs on Android.  It uses a very primitive skeletal animation system that provides a unique and fun graphics style.  The framework allows me to easily manipulate the scene graph allowing me to shrink, shake, and rotate the screen.

The game play is fairly simple and is similar to games like Puzzle Fighter and Puzzle Pirates.

The game also includes a server side scoring and achievements service that I wrote on Google App Engine.  It provides a high scores leader board and Achievement tracking.  This feature has driven up the usage of the game by almost 500%.