Native game on Android & Porting Quest of Dungeons
Quest of Dungeons was made in C++ and OpenGL, it runs on Windows, Mac and Linux in native code. iOS is not a problem either since I just have a thin layer of Objective-C to access some functionality like touch, accelerometer, etc and the rest of the code just runs. I never made anything for Android, in fact I never even used one before this, so when I decided to port QoD to it, I had no idea of what to expect. ...