This choose your own adventure game is based on the sms-based one I wrote here: https://github.com/theRealPadster/buildyourownadventurebot.
CLIENT_TOKEN="yourtoken"
To start the game, just mention the bot. To continue playing, mention the bot and then type your command.
e.g. @AdventureBot status
or @AdventureBot enter kitchen
Run TypeScript watch task and use nodemon to apply changes in real time.
yarn watch
yarn dev