Cocos2D-JS is a package that includes the JavaScript Bindings (a.k.a. JSB) needed for compiling Cocos2d-html5 code to native apps.
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-jsHow can I load a JSON file from the local filesystem into a javascript object? Something similar to jQuery: $.getJSON( "…
json cocos2d-js