Games using cocos2d-android
I am thinking of developing games in android using cocos2d-android in Java. But i want to develop games which will be cross-platform means they will also work for iPhone OS,etc. I read that cocos2d-android api's have been derived from cocos2d-iPhone api.
I am familiar with C++ too.
C开发者_如何学运维an anyone suggest some tools? Any Suggestions are most welcome.
cocos2d-x is exactly what you want to use for developing games.
cocos2d-x is an open-source, C++ based, mobile 2D game engine, released under the MIT License . It aims to be multi-platform, lightweight, and developer-friendly, and is a child of the famous "cocos2d-iphone" project, doing its best to keep the primary features sync with it.
It works with Android NDK, iOS, Win32, airplaysdk(marmalade) and etc.
精彩评论