Closed omegabytes closed 7 years ago
This logic will control the flow of the game, primarily by transitioning from room to room.
https://developer.amazon.com/blogs/alexa/post/648c46a1-b491-49bc-902d-d05ecf5c65b4/tips-on-state-management-at-three-different-levels
https://gyandeeps.com/alexa-skill-state-basics/
https://github.com/alexa/skill-sample-nodejs-highlowgame/blob/master/lambda/custom/index.js
This logic will control the flow of the game, primarily by transitioning from room to room.