I’m a 15-year-old programmer, and I have been programming for a few years, but I’ve never done any serious game development. I’ve built a Windows utility (with C++), and I have an Android (Java) and iOS (Objective-C) app in the Google Play Store / iOS App Store.
Now I want to create a mobile game for Android and iOS. As I said, I’ve never developed a game. What would be a good starting point for me? What framework should I use?
Thank you in advance.
Update: I want a cross-platform framework that will work on both Android and iOS.
if you are looking to develop a game for both ios & android with native sdks, you should choose cocos2d – it is opengl based game engine which is available as opensource (free).
you can found it for both the platforms iOS :- http://www.cocos2d-iphone.org/
android :- http://code.google.com/p/cocos2d-android-1/
best of luck!!