skill-sample-nodejs-adventure-game
skill-sample-nodejs-adventure-game copied to clipboard
This tool provides an easy to use front-end that allows developers to instantly deploy code for your story, or use the generated code as a starting point for more complex projects.
Ex: "Alexa, open a game...." OK.......(welcome) "what's your name of what's the name of the player...."// example Kevin... then as the story progress ..... "Hey Kevin you have to route.....etc"...
I have reviewed all other posts, and none seem to help. I keep getting this result: ` > [email protected] start /Users/make717/interactive-adventure-game-tool > node node_modules/gulp/bin/gulp.js /Users/make717/interactive-adventure-game-tool/node_modules/require-dir/index.js:97 if (!require.extensions.hasOwnProperty(ext)) { ^ TypeError:...
The current issue I am seeing is at any node, if you misspeak utterances two times in a row, the skill completely shuts off. In a room full of crowded...
updates
Hi! Thanks so much for this project — looking forward to poking at it as an example! Node v8 introduced some breaking changes that break versions of `require-dir` prior to...
Just wanted to say thanks for making this. Just wrote an 8 branch adventure to propose to my girlfriend, taking her through turning points in our relationship with a ton...
As a noob I found the directions *mostly* amazing. Below are some spots I stumbled and quick suggestions to fix: 3 "Create an AWS Role..." - Suggest adding "see screenshots...
Finally got it to work, thanks! I'm hoping to use it in my elementary school programming class in some fashion. I think there is an inconsistency in the tutorial section....
I am facing the same issue as seen in issue #35 and issue #33. However, my utterances are all lowercase. Basically, after going down a few branches, Alexa will not...
Hi everyone, I've been working on an Alexa project for children and I have everything working except for one thing. It's clear that there is no functionality through the interactive...