All Projects → alexa → Skill Sample Nodejs Highlowgame

alexa / Skill Sample Nodejs Highlowgame

Licence: other
The high low game is a game where the player tries to guess the target number. After each incorrect guess, the player is informed if the target number is higher or lower than their current guess. This continues until the target number is guessed or the player gives up. This sample Alexa Skill is written in Node.js and demonstrates the use of session and persistent attributes.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Skill Sample Nodejs Highlowgame

alexa-libby
A skill to ask Alexa about your Movie and TV Show library queues.
Stars: ✭ 48 (-53.4%)
Mutual labels:  alexa-skill
Echo Sonos
Amazon Echo integration with Sonos
Stars: ✭ 722 (+600.97%)
Mutual labels:  alexa-skill
Alexa Skill Serverless Starter Template
An Alexa Skill starter project template that uses the Serverless Framework and the Alexa Skills Kit SDK for Node.js
Stars: ✭ 81 (-21.36%)
Mutual labels:  alexa-skill
Kanzi
Alexa skill for controlling Kodi
Stars: ✭ 412 (+300%)
Mutual labels:  alexa-skill
Geemusic
A bridge between Google Music and Amazon's Alexa
Stars: ✭ 675 (+555.34%)
Mutual labels:  alexa-skill
Alexa Soundcloud
soundcloud integration for alexa
Stars: ✭ 47 (-54.37%)
Mutual labels:  alexa-skill
alexa-skill-clean-code-template
Alexa Skill Template with clean code (eslint, sonar), testing (unit tests, e2e), multi-language, Alexa Presentation Language (APL) and In-Skill Purchases (ISP) support. Updated to ASK-CLI V2.
Stars: ✭ 34 (-66.99%)
Mutual labels:  alexa-skill
Ask Cli
Alexa Skills Kit Command Line Interface
Stars: ✭ 100 (-2.91%)
Mutual labels:  alexa-skill
Alexa Skills Kit Sdk For Python
The Alexa Skills Kit SDK for Python helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Stars: ✭ 678 (+558.25%)
Mutual labels:  alexa-skill
Alexacontrolledsamsungtv
Control your Samsung smart TV via amazon alexa
Stars: ✭ 73 (-29.13%)
Mutual labels:  alexa-skill
Alexa Assistant
Implementation of the Google Assistant SDK as an Alexa skill
Stars: ✭ 422 (+309.71%)
Mutual labels:  alexa-skill
Stealth
An open source Ruby framework for text and voice chatbots. 🤖
Stars: ✭ 481 (+366.99%)
Mutual labels:  alexa-skill
Alexa Monzo
Monzo Skill for the Amazon Alexa
Stars: ✭ 49 (-52.43%)
Mutual labels:  alexa-skill
Alexa Skill Kit
Library for effortless Alexa Skill development with AWS Lambda
Stars: ✭ 278 (+169.9%)
Mutual labels:  alexa-skill
Amazon Alexa Php
Php library for amazon echo (alexa) skill development.
Stars: ✭ 93 (-9.71%)
Mutual labels:  alexa-skill
SinricPro Generic
Simple way to control your IOT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32, Teensy, SAM DUE with Amazon Alexa or Google Home
Stars: ✭ 18 (-82.52%)
Mutual labels:  alexa-skill
Internet Archive Voice Apps
Voice Apps (Actions on Google, Alexa Skill) of Internet Archive. Just say: "Ok Google, Ask Internet Archive to Play Jazz" or "Alexa, Ask Internet Internet Archive to play Instrumental Music"
Stars: ✭ 38 (-63.11%)
Mutual labels:  alexa-skill
Alexafsm
With alexafsm, developers can model dialog agents with first-class concepts such as states, attributes, transition, and actions. alexafsm also provides visualization and other tools to help understand, test, debug, and maintain complex FSM conversations.
Stars: ✭ 103 (+0%)
Mutual labels:  alexa-skill
Jovo Framework
🔈 The Open Source Voice Layer: Build Voice Experiences for Alexa, Google Assistant, Samsung Bixby, Web Apps, and much more
Stars: ✭ 1,320 (+1181.55%)
Mutual labels:  alexa-skill
Squeeze Alexa
Squeezebox integration for Amazon Alexa
Stars: ✭ 54 (-47.57%)
Mutual labels:  alexa-skill

Build An Alexa High Low Game Skill

This Alexa sample skill is a template for a basic high-low game skill. Guess a number, and Alexa will tell you whether the number she has in mind is higher or lower.

Skill Architecture

Each skill consists of two basic parts, a front end and a back end. The front end is the voice interface, or VUI. The voice interface is configured through the voice interaction model. The back end is where the logic of your skill resides.

Note: The High Low Game uses persistent attributes. When you create an Alexa-hosted skill, the persistence layer the sample code uses is Amazon S3. No configuration or additional setup is required to use the S3 bucket provided with an Alexa-hosted skill. When you create an AWS-hosted skill, the persistence layer the sample code uses is Amazon DynamoDB. The tutorial will walk you through any additional steps required to setup and access DynamoDB.

Three Options for Skill Setup

There are a number of different ways for you to setup your skill, depending on your experience and what tools you have available.


Additional Resources

Community

Tutorials & Guides

  • Voice Design Guide - A great resource for learning conversational and voice user interface design.
  • Codecademy: Learn Alexa - Learn how to build an Alexa Skill from within your browser with this beginner friendly tutorial on Codecademy!

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].