Echo Button Skill Samples
To get started with Echo Button skills, see our sample code in GitHub:
-
Echo Buttons Trivia Game Template – This template offers a starting point for you to build your own trivia skill that uses Echo Buttons. The template implements roll call and a game loop that handles asking and answering trivia questions. It receives Echo Button events as well as animates Echo Button lights.
-
Color Changer – This skill covers roll call, starting and stopping the Input Handler, and defining animations for different button events. It also demonstrates how Echo Buttons can interrupt text-to-speech (TTS).
-
Hello Buttons – This skill provides a simple example of how to use the gadget interfaces, but is not intended to be a comprehensive sample.