Code Monkey home page Code Monkey logo

Comments (16)

ferguson4848 avatar ferguson4848 commented on August 19, 2024 1

from skill-sample-nodejs-adventure-game.

AlBakerKY avatar AlBakerKY commented on August 19, 2024 1

@ginareams There are quite a few updates that are needed AKAIK. For example, the online simulation just doesn't work for me at all. I can get Alexa to open the skill, but she will not accept any further commands after that. I did find that the test functionality of the skill on AWS itself was very useful for phonetic purposes. I did a puzzle game with this for Global Game Jam.

from skill-sample-nodejs-adventure-game.

MureedSultan avatar MureedSultan commented on August 19, 2024 1

@ferguson4848

  • .aws folder needs to be created under C:\Users\YOUR_USERNAME\.aws
  • The folder needs to contain a file named 'credentials' (no extension) with the following contents:
[default]
aws_access_key_id = YOUR_ACCESS_KEY_ID
aws_secret_access_key = YOUR_SECRET_ACCESS_KEY

You can also set windows env variables AWS_ACCESS_KEY_ID & AWS_SECRET_ACCESS_KEY.
Refer to the Configuration Settings and Precedence section here.

from skill-sample-nodejs-adventure-game.

ginareams avatar ginareams commented on August 19, 2024

I'm looking for the same answer. I was under the impression (including from the website), until the final steps in the ReadMe, that this was possible on Windows.

from skill-sample-nodejs-adventure-game.

AlBakerKY avatar AlBakerKY commented on August 19, 2024

I successfully ran this on windows 10. It shouldn't deviate too much, BUT see the answer from @MureedSultan on #3. I hit that issue.

from skill-sample-nodejs-adventure-game.

ferguson4848 avatar ferguson4848 commented on August 19, 2024

from skill-sample-nodejs-adventure-game.

AlBakerKY avatar AlBakerKY commented on August 19, 2024

That (from @MureedSultan) is a change to upload.js.

The installation commands themselves are run from the command line. 'Brew' is os x centric, so you can skip that, but you will need to install node (I have v6.8.0). NPM comes with it.

from skill-sample-nodejs-adventure-game.

ferguson4848 avatar ferguson4848 commented on August 19, 2024

from skill-sample-nodejs-adventure-game.

ginareams avatar ginareams commented on August 19, 2024

Hey! Just started seeing notifications for this thread on the way to work. I happened to get this running on Windows 10 thanks to this and another thread, with some kinks in the upload process. (It sounds like a change to the upload.js might solve my other issues.)

I've been meaning to write a Windows installation guide for a friend. If I get to that before this thread is answered, I'll post it here! (Though I think I'll be referring to this thread quite a bit to remember the steps. :) )

from skill-sample-nodejs-adventure-game.

ginareams avatar ginareams commented on August 19, 2024

@AlBakerKY When you say the online simulation, do you mean Echosim.io? I was able to test through the AWS test tool, Echoism.io, and my Alexa. So you can open your skill using "my skill" (or whatever prompt), but nothing else?

I've only got the tool running recently, but I've been able to run the example scenario (with the 4 doors) to the end on my device.

A puzzle game? That sounds neat! You mean using this tool or another?

from skill-sample-nodejs-adventure-game.

AlBakerKY avatar AlBakerKY commented on August 19, 2024

@ginareams Correct. It would load the initial scene, but no interaction beyond that. I tried it in chrome and edge.

Yes, using this tool. It is game that lets you, conceptually, mask sentences to get new meaning from them. I wanted to see if I could come up with a game mechanic other than just exploring. It worked out pretty well. I didn't use any JS, but I would like to explore figuring out how to hook into the code so I could set session variables and hit Dynamo on my own.

from skill-sample-nodejs-adventure-game.

ginareams avatar ginareams commented on August 19, 2024

@AlBakerKY Were you able to test your Puzzle Game through Device though or submit it?

from skill-sample-nodejs-adventure-game.

AlBakerKY avatar AlBakerKY commented on August 19, 2024

@ginareams Yes. I could use it directly through Alexa with virtually no delay. The editor works ok, but if I had to do it again, I would probably adopt a more advanced JSON editor until they have cut/paste and move functionality. I am not sure if I will submit yet.

from skill-sample-nodejs-adventure-game.

nimzoking avatar nimzoking commented on August 19, 2024

Coming to this a little late! However, on Windows-10 I created a Linux VM with Hyper-V and do all the npm / github stuff on the Linux VM. Works a treat, and I do not need to worry about Windows trying to emulate Linux :)

For an editor, I use Notepad++, it runs perfectly fine in Windows-10.

from skill-sample-nodejs-adventure-game.

Whitwood avatar Whitwood commented on August 19, 2024

Was a Windows installation guide ever produced for this ? I could really do with some help

from skill-sample-nodejs-adventure-game.

Manpuncher avatar Manpuncher commented on August 19, 2024

Yeah, I'm up to a point where I've got Node and NPM installed, I've created the .aws directory with the credentials file inside, but I appear unable to start npm the way it expects to be run.

Edit: Okay, I managed to get to the part where the tool opens in my web browser. I had Node and NPM installed on my machine, but it looks like what I hadn't done was install npm into the project directory - navigate to the folder in a command line and run "npm install", wait for it to finish, then "npm start".

from skill-sample-nodejs-adventure-game.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.