skill-sample-nodejs-highlowgame
High Low Game
An Alexa Skill that allows users to play a high-low guessing game with the voice assistant
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.
105 stars
45 watching
149 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
alexa-skillpersistent-attributessession-attributes
Related projects:
Repository | Description | Stars |
---|---|---|
alexa-samples/skill-sample-nodejs-quiz-game | Builds a basic quiz game skill using Alexa's voice interface and Node.js backend | 265 |
alexa-samples/skill-sample-nodejs-audio-player | An Alexa Skill template showcasing the Audio Player Interface using Node.js | 470 |
alexa-samples/skill-sample-nodejs-fact | Builds an Alexa skill with a fact-based voice interface and backend logic | 1,146 |
alexa-samples/skill-sample-nodejs-trivia | A basic Alexa trivia skill template using Node.js | 260 |
alexa-samples/skill-sample-nodejs-decision-tree | An Alexa skill that uses a decision tree algorithm to ask a series of questions and provide a suggested career path | 168 |
alexa-samples/skill-sample-nodejs-howto | A tutorial on creating an Alexa skill using a Node.js template | 246 |
alexa-samples/skill-sample-nodejs-petmatch | An Alexa Skill Kit sample project demonstrating Dialog Management and Entity Resolution | 99 |
tejashah88/node-alexa-smapi | Provides a client library for interacting with the Alexa Skill Management API | 13 |
coldfire84/node-red-alexa-home-skill-v3-lambda | An Alexa skill built using Node Red, enabling users to control smart home devices via voice commands. | 9 |
btelle/alexa-boardgame-answers | A framework for building conversational interfaces to answer common questions about board games | 2 |
theevildev/hapi-alexa | Provides an integration framework for building Amazon Alexa skills with Node.js and Hapi. | 2 |
stojanovic/alexa-skill-kit | A library that simplifies the development of Alexa Skills with Node.js and AWS Lambda | 280 |
unityfire/alexa-ha | An Alexa skill for controlling Home Automation devices with voice commands | 91 |
dvehar/alexa-robinhood-skill | An Alexa skill that retrieves and displays Fortune 500 company data on Amazon Alexa devices using JavaScript. | 2 |
kevin-mitchell/alexa-app | A toolkit for building Alexa skills with Laravel and Lumen frameworks | 97 |