Alexa Board Game Answers Skill

Alexa Board Game Answers Skill

An Alexa skills kit app that answers common board game questions from a JSON data file of responses.

The Client

Originally created for the Alexa Skills contest on Hackster.io.

My Role

I developed and tested the voice user interface deployed by the app and built a Lambda function from a fork of ask-alexa-pykit by anjishnu.

Technology Used

The skill code is written in Python and runs on AWS Lambda.

About the Code

The python that generates responses is written to allow continued expansion of the skill's knowledge base with minimal code changes. Updating the JSON data files and redeploying is all that is needed to add games to the skill.

Source Code

Alexa Board Game Answers on Github

Images