for a project we have to convert an existing Lunar Lander program from C using SDL to the android phone…. I dont even know where to begin. teacher didnt really help and there is nothing in my book that guides me on using sdl…any helpful tips or tutorial links?
http://penguin.ewu.edu/cscd439/android/Summer_12/cscd439_l5.html
Since SDL has an Android port, all you would need to do is cross-compile your game for the underlying hardware (typically ARM) and perhaps provide a simple Java-based lanucher..
You might want to have a look at what the ScummVM people have done for their own port to Android. At worst, you could rip out most of the ScummVM code base and replace it with your own game to make a fast port to Android.