This is a repository for "Examples and tutorial on Cocos2d-x"
Web version is published here: cocos2dx examples
And there is the Ukrainian version here. Some materials are also available as larger articles on codeguida.com: one, two, three, four, five, six.
Examples in this repo:
- SmokeTest is almost unchanged default Cocos2d-x app
- StaticSprites is a very basic app that demonstrates how to add images to a scene
- ActionsDemoV1 shows basic Action usage
- AdvancedActions shows advanced Action usage, including sequences and tags, action easing and memory management
- AnimationDemo is about animation (yep, really)
- TiledBackground shows how to use maps created with tiled. Also, that's an example of map scrolling.
- DragonBonesImport is another example of Dragon Bones editor import.