Search⌘ K

Building a Game: Voice Clues

Explore how to build the Voice Clues game for Alexa by designing voice interactions where users guess capital cities from clues. Learn to manage scores, handle synonyms, and cover edge cases to create a smooth user experience.

In this lesson, we will set the stage for the next project we’ll build in this course. Let’s get started!

Project objective

The goal of the project is to build a fun game called Voice Clues. In Voice Clues, the user is presented with three clues related to a capital city from around the world. Using the three clues, the user needs to guess which city it is. For example, a user may be presented with these clues: "United Kingdom. Buckingham Palace. Tea.” The user needs to guess the capital, which is London. If the user gets the answer right, they get a point. ...