In this tutorial you’ll learn how to create a simple game using the Cocos2d-x framework, version 3.0 or later, in a Windows* development environment and how to compile it to run on Windows and Android ...
// Here's a difference. Method 'init' in cocos2d-x returns bool, instead of returning 'id' in cocos2d-iphone ...
Getting started with Cocos2d can seem a bit intimidating since there are so many things to learn in addition to knowing the basics of how to use Xcode and write Objective-C code. This article is a ...