Create Cocos2d-x 3.0 Beta Project

UPDATE: This has been updated for the 3.0 release. The process for creating a new project has changed slightly since the Beta releases. In this tutorial I will show you how to setup a new cocos2d-x multi-platform project for the recently released 3.0 Beta. Cocos2d-x is the C++ port of the popular cocos2d-iphone 2D game framework. Many popular games were made using the iPhone version of the framework, but it was written in Objective-C and geared towards Apple’s mobile OS platform. »