Snake and ladder is a bot built with Microsoft Bot Framework's NodeJS SDK.
Clone the repository into your local system.
- This bot uses
resitfy
for exposing the endpoints. - Chat dialogs were written with the
botbuilder
module of Bot Framework SDK - run
npm install
after you clone the repository.
- You would have to download and install Bot Emulator to test your bot / play the game.
- You can find the download link here. Bot FrameWork Emulator
- Start the app with
npm start
- Start the emulator.
- Say
hi
to the bot. - Enjoy test your luck by rolling the dice.