https://github.com/artus/higherlowerbot
My first bot created with the BotFramework.
https://github.com/artus/higherlowerbot
azure-bot-service bot botbuilder botframework bots chatbot chatbots
Last synced: about 2 months ago
JSON representation
My first bot created with the BotFramework.
- Host: GitHub
- URL: https://github.com/artus/higherlowerbot
- Owner: artus
- Created: 2018-07-20T11:11:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T11:30:32.000Z (almost 7 years ago)
- Last Synced: 2025-02-09T10:31:20.961Z (3 months ago)
- Topics: azure-bot-service, bot, botbuilder, botframework, bots, chatbot, chatbots
- Language: C#
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HigherLowerBot
My first bot implementation using the [Microsoft BotFramework](https://dev.botframework.com/).
The bot is a simple webgame where you guess if the number the bot is thinking of is higher or lower than 5.
## Usage
The minimum prerequisites to run this sample are:
The latest update of Visual Studio 2015, 2017. You can download the community version here for free.
The Bot Framework Emulator.Start the bot in your Visual Studio IDE and connect to it with the Bot Emulator using "http://localhost:3978/api/messages".
For more information on how to build bots you can visit the official Bot Framework documentation here