Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
36 lines (26 loc) · 2.67 KB

File metadata and controls

executable file
·
36 lines (26 loc) · 2.67 KB

Build An Alexa Gamebook Skill

Voice User InterfaceLambda FunctionConnect VUI to CodeTestingCustomizationPublication

What You Will Learn

  • AWS Lambda
  • Alexa Skills Kit (ASK)
  • Skill Builder
  • Voice User Interface (VUI) Design
  • Skill Certification

What You Will Need

What Your Skill Will Do

The gamebook skill for Alexa is a self-contained mini text adventure. Use Twine 2 to author a simple text adventure, export it, and Alexa will use it to structure the game for your user when they start your skill. The purpose of building this skill is to teach you how the different pieces of the Alexa development process fit together, while still producing an interesting, useful skill that others can enjoy.

This Alexa skill template helps you create your first text adventure skill. Your users will be able to say things like:

  • "Alexa, ask Lost In Space to go north."
  • "Alexa, start Titanic Adventure."
  • "Alexa, ask Lost In Space what I can see."

Alexa will respond to all of these requests with responses like these:

  • "You are in a cold damp cell. There are exits to the north and south."
  • "There is a skeleton here. Do you want to fight it?"
  • "You are in a dark room. A dog looks at you happily."