I've got a simple game and want to test it out on my iphone 5s. Is there a simple way to export, similar to the NW.js for mobile apps?
And how do i get it onto my phone? thanks.
On export project options choose cordova. Once your project is exported you will need to use a wrapper like intelxdk or cocoonio to compile it.
So start researching the pros and cons of both intelxdk and cocooio and then choose one.
Thanks! im on it.
Develop games in your browser. Powerful, performant & highly capable.
I have been using cocoonJS and have been finding it easy and intuitive. It might be more difficult if your game has lots of plugins - mine is very basic. To use it, right click in the exporter window and check "show depreciated exporters." Export with it to dropbox and copy the link from your public file. Then download the cocoonJS app from itunes. Choose "run my app" and then put in the dropbox link to try it out. I'm doing it on android right now and it works great! Good luck!