CutTheRope-x icon indicating copy to clipboard operation
CutTheRope-x copied to clipboard

Cut The Rope like game with a in-game level editor powered by cocos2d-x 2.1.3

A CutTheRope like game demo with a in-game level editor, made with cocos2d-x 2.1.3.

The game is portable and it can run on both ios and android.

If you want to run it on your android device, you should copy directory "android" to your cocos2dx root directory, then you can run it on your android device.

Notes:

1.Due to the lack of a cross-platform guesture regonizer. So I don't implement a "long press" guesture. I use two tap touch event for the long press action. If you are confused about this, you should read the follows tutorials first.

2.CCMenuAdvanced is a extension of cocos2d-iphone, but it is not available in cocos2d-x now. So I just use CCMenu to display level menu .

Reference:

http://www.raywenderlich.com/14812/how-to-make-a-game-like-cut-the-rope-part-2

http://www.raywenderlich.com/31249/create-your-own-level-editor-part-3

Licence:

Do What The Fuck You Want To Public License (WTFPL).