Build HTML5 games for the Phune Gaming platform.
Please read Phune Gaming developer's documentation for more information.
Building Phune Gaming SDK requires you to have previously installed Node.js and Ruby.
Install Grunt's command line interface globally:
$ npm install -g grunt-cli
Install Node.js dependencies:
$ npm install
Install Ruby Gems dependencies:
$ gem install bundler
$ bundle install
Build the SDK:
$ grunt build
Clean, lint, and build the SDK:
$ grunt
There are many other tasks that can be run through Grunt. For the complete list of available tasks run:
$ grunt --help
Generate and deploy the API documentation:
$ rake
Copyright (c) 2014 Present Technologies
Licensed under the MIT license.