Useful tips

Which is the JavaScript version of Cocos2d-x?

Which is the JavaScript version of Cocos2d-x?

Cocos2d-JS is Cocos2d-x engine’s javascript version, maintained by Cocos2d-x team. It supports full Cocos2d-x functionality with a set of simplified javascript friendly APIs.

How to create game using cocos2d-x and C + +?

This is the Table of Contents for our multi-part tutorial series covering all you need to know to create a game using Cocos2d-x and C++. The tutorial currently consists of:

What are the advantages of using Cocos2d-x?

Cocos2d-x is a fast, powerful, and easy-to-use open source 2D game engine. It’s is very similar to Apple’s Sprite Kit, but has one key advantage – Cocos2d-x is cross platform. This means with one set of code, you can make games for iOS, Android, Windows Phone, Mac OS X, Windows Desktop and Linux. This is huge for indie game devs!

Is there a tutorial for Cocos2d-x Hello World?

The tutorial currently consists of: This section looks at getting Cocos2d-x setup and running. It gives a bit of an overview of Cocos2d-x’s history. Then it presents a minimal Hello World example, showing the basics of how a Cocos2d-x application works.

What kind of platforms can Cocos2d-x be deployed to?

Cocos2d-x deploys to iOS, Android, Windows and Mac systems with features focused on native mobile platforms.

Which is the best version of Cocos2D Lite?

Cocos2d lite version is a single javascript file having the complete basic functionality of Cocos2d-X. you can use this version to reduce your project size. cocos2d-x + lua. With c++, lua, you can develop android/iOS/Windows app, but you can’t develop a web-based game.

Who is the creator of Cocos2d-x APIs?

Cocos2d-x APIs are created and maintained by industry legend Ricardo Quesada who created the original, super popular Objective-C version. There is a variety of documents, tutorials, and demos to get you started, so dive in and experience Cocos2d-x first hand.