Skip to content

jatin69/Atlas-adventure

Repository files navigation

Atlas-adventure

Atlas Adventure is an alexa skill.

It resembles the common word building game atlas. Saying name of cities in turns,
starting with last letter of previously said city. It has got country mode, lifelines, and spelling options. You can find it live on amazon store .

Setting up the skill

  • git clone https://github.com/jatin69/Atlas-adventure.git

  • cd Atlas-adventure/lambda/

  • npm install

  • subl index.js

  • To publish

    • setup AWS CLI and configure it.
    • check out the publish.bat and update your function name in the script.
    • run script from Atlas-adventure/
    • This should zip and upload the code and modules to aws.

Setting up AWS CLI

  • Install AWS CLI. Verify using aws --version
  • Configure and verify using aws lambda list-functions. This should list your available lambda functions.
  • Install 7z and make sure it works on command line.
  • write publish.bat automation script
  • test configuration steps on a hello world skill. The skill should be published and be working fine in testing.

About

An alexa skill to play atlas. It has got country mode, lifelines, and spelling options.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published