Where to find the tutorial for Cocos2d-x?

You can also learn about any subcommand’s options by appending “–help” or “-h”, such as cocos new -h to see the options for the new command. Double-click ~/Cocos2d-x-Tutorial/SimpleGame/proj.ios_mac/SimpleGame.xcodeproj in Finder to open the project in Xcode.

Is there a Cocos2d app on GitHub?

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together. cocos2d for android, based on cocos2d-android-0.82, and now ported from cocos2d-iphone 0.99.4. The googlecode address is here: http://code.google.com/p/cocos2d-android-1/ . There are several demos to watch.

What’s the default resolution for Cocos2d X Games?

By default, Cocos2d-x games are named “MyGame” and have a resolution of 960×640, but those details are easy to change. This changes the app’s name to “SimpleGame” and sets its resolution to 480×320 to match the background art included with the template.

Is the Cocos2D-x game engine cross platform?

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.

Which is the project that started Cocos2d in Python?

Cocos2d (python) is the project that started “cocos2d”. It’s like cocos2d-x, except it is written in Python. It is cross-platform: It works on Windows, Linux and Mac. Below are links to Cocos2d project.

How is Cocos2d used in cross platform games?

Cocos2d is a family of open-source software frameworks for building cross-platform games&apps. Cocos2d-x is an open source game framework written in C++, with a thin platform dependent layer. It can be used to build games, apps and other cross platform GUI based interactive programs.

What’s the difference between Cocos2d JS and XNA?

Cocos2d-JS Cocos2d-JS is Cocos2d-x engine’s javascript version. It supports full Cocos2d-x functionality with a set of simplified javascript friendly APIs. Cocos2D-XNA is a 2D/3D game framework written specifically for XNA in C#. It supports the MonoGame runtime.

Share this post