Top "Cocos2d-js" questions

Cocos2D-JS is a package that includes the JavaScript Bindings (a.k.a. JSB) needed for compiling Cocos2d-html5 code to native apps.

Cocos2d js touch events

I'm building an app in cocos2d-js, and I've got a problem with listening to keyboard events. I expect a …

javascript ios touch cocos2d-x cocos2d-js
cocos2d-js: How to load a JSON file

How can I load a JSON file from the local filesystem into a javascript object? Something similar to jQuery: $.getJSON( "…

json cocos2d-js