alexa-samples / skill-sample-nodejs-adventure-game

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.
Apache License 2.0
510 stars 218 forks source link

How to set up a windows machine #15

Open adamanteve opened 7 years ago

adamanteve commented 7 years ago

I'm not a programmer, just someone who wants to be able to make adventure games. You have instructions to set up a Mac, but not a PC. Do I need a Mac to use this tool?

MisterFili commented 7 years ago

yes, i'm told this tool will only run on Mac currently via acloudguru.com

brianconway commented 7 years ago

It looks like Package.json was intended to work with Windows based on the last fix note. That would lead me to believe that Windows users should be able to use this as well.

brianconway commented 7 years ago

I have managed to get this running in my Surface running Win 10 - It will tell you that it is not compatible when when you complete the NPM Install step, but it launched with NPM Start.

The instructions are the same other than creating the folder and the credentials file. I will update again if I can successfully upload a test

ginareams commented 7 years ago

@brianconway Thanks for the info! I'm going to try that out. I was just going in circles for a bit until I started reading the threads in issues. For a moment I was worried it was Mac only, despite the Package.json.

Shanker511 commented 7 years ago

@brianconway any chance getting a tutorial from you ? on the windows install ? npm keeps crashing for me and npm start will not work. any ideas ?

ginareams commented 7 years ago

@Shanker511 You might want to check out this thread to see if anything is helpful.

https://github.com/alexa/interactive-adventure-game-tool/issues/24#issuecomment-274812769