Inspiration
The game is based on a french tv show called "des chiffres et des lettres" which has multiple games, but the number one is similar to this Alexa skill. (on the tv show the game is much harder) Last year wanted to make an Alexa skill and it seemed like a game that could be played on Alexa
What it does
for an example game, Alexa could say: -> Your numbers are 3 8 9. And you have to reach 15
- 3 x 8 -> that's 24, what's your next operation?
- 24 - 9 -> Well done, you found the answer!
You can use in Skill purchase to buy a mode with harder game
How I built it
It's built using the Alexa SDK for node.js, lambda for the endpoint. everything is deployed using the CLI.
Challenges I ran into
The game was written using version one of the node.js SDK. the first phase was to rewrite this skill to use v2.
Accomplishments that I'm proud of
The random game generator is quite interesting, it creates balanced games that are not too easy or too hard
Log in or sign up for Devpost to join the conversation.