A bot that introduces a number guessing game. The bot chooses a random number 1-20 and prompts the user to guess that number. With each guess, the bot responds with "The number is higher," "The number is lower," or "You are correct!" The bot will also track the total guesses it took to get to a correct answer.
Bot: Welcome to the number guessing game! Guess a number from 1-20.
User: 12
Bot: The number is higher.
User: 16
Bot: The number is lower.
User: 14
Bot: You are correct!
Bot: You found the right answer in 3 tries. Good work!