Android Game Development Quest

I have documented a basic introduction to creating 2D games using openGL ES on Android.

I wanted to share how I drew 2D sprites on to the screen; after researching different methods and techniques and finding a wealth of information on other’s blogs and Developer Journal’s, hopefully this may may help someone  when they decide to make the plunge to create a 2D OpenGL ES game for android.

I will try to update the Development Quest and document any findings I make and hopefully before too long should have a fully fledged game available on the market place before too long.

Table of Contents


Further Reading

The following sites have helped me tremendously when I was researching this topic, and without others sharing their experience I doubt I would have ever learnt anything, so here is a list of sites that I went back to time and time again:

One comment

  1. Aadam Gibson says:

    Thanks for the resources!!! But can I create a 3D OpenGL ES game for android?