How do I create a game that runs on Windows, iOS and Android?

Posted by AspaApps on Game Development See other posts from Game Development or by AspaApps
Published on 2012-12-05T19:31:07Z Indexed on 2012/12/05 23:21 UTC
Read the original article Hit count: 195

Filed under:
|
|
|
|

I use C++ to create windows games and now I want to step into another other OS like Android or iOS. I'm totally familiar with C++ so I tried to create app for iOS using objective C it was working awesome. However, I also want to publish games for Android but not by using Java.

I don't want to create a single game 5-6 times for other platforms. Is their any way that if I create game for Windows then it will work in Android and iOS ? Or should I use Action Script 3.0? If I use action script 3.0, will it require Flash player to run the game in Windows, Android, iOS?

© Game Development or respective owner

Related posts about c++

Related posts about android