The Games SDK for Alexa was built to help with the expansion of Amazon’s Alexa into video games, bringing a whole new layer of immersion into gaming.
Ready to get started? Follow the guides here to start!
Installation
$ npm install alexaplusunity
Usage
Create instance:
- Require module:
var alexaPlusUnityClass = ;
- Create instance of class:
var alexaPlusUnity = ; //Third parameter enables verbose logging
Avaliable methods:
/** * Create new GamesSDK Instance. * @constructor * @param * @param * @param */
/*** Enable/Disable detailed logs.* @param*/
/** * Update PubNub instance. * @param * @param */
/** * Add channel to channel group. * @param * @param * * @returns */
/** * Publish message to Game Engines. * @param * @param * * @returns */
/** * Publish message to Unity and listen for response. * @param * @param * @param * * @returns */
/** * List channels in channel group. * @param * * @returns */
/** * Create and add new unique channel to channel group. * @param * * @returns */
/** * Make new 5 charecter ID. * @returns */
License
MIT © Austin Wilson