Inspiration
While I was learning Alexa skills during my free time, My son was playing the Subnautica game and told me about the game play and some of the tips he learned while playing. So I compiled the tips together and put together a lambda function to supply the tips to the user.
What it does
It provides set of Subnautica Gameplay tips for beginners.
How I built it
Using Node.js and AWS lambda funtions. Alexa Developer console helped me to create the intents and link my lambda into the Skill.
Challenges I ran into
Even though there are limited set of tips, I didn't want to repeat the tips twice with in the session. I implemented an algorithm to jumble the tips in the session startup and provide the tips one by one.
Accomplishments that I'm proud of
I was able to complete the project successfully with my own methodology to avoid the duplicate tips. My son tried that and happy with the way it works!
What I learned
Alexa Skill building, Handling the intents, Storing/retrieving session variables, AWS Lambda functions and little bit of Subnautica Game.
What's next for Subnautica Tips
Expand the project to include more tips and introduce free tier, beginner, intermediate and advanced tips with In-Skill purchasing option for unlocking the full Subnautica tips version.
Built With
- lambda
- node.js
Log in or sign up for Devpost to join the conversation.