Skip to content

Latest commit

 

History

History
executable file
·
34 lines (17 loc) · 1.41 KB

README.md

File metadata and controls

executable file
·
34 lines (17 loc) · 1.41 KB

ChatBot

A lab report by Natalie B. Abrams

In this Report

To submit your lab, fork this repository. You'll need to upload any code you change into your fork, as well as upload a video of a friend or classmate using your chatbot.

Make the ChatBot your own

Describe what changes you made to the baseline chatbot here. Don't forget to push your modified code to this repository.

I made my chatbot into a guessing game. First, the bot randomly generates a number between 1 and 100. Then the player interacting with the chatbot has 5 guesses to guess the number that the bot selected. After each guess, the bot will tell you if you are too low or too high.

If you get the right number you win!

a relative link

If you lose, it also tells you what the winning number was.

a relative link

I also changed the color to green :)

Record someone trying out your ChatBot

Using a phone or other video device, record someone trying out your ChatBot. Upload that video to this repository and link to it here!

Chat bot in action!


Starter code by David Goedicke, closely based on work by Nikolas Martelaro and Captain Anonymous, who forked original work by Ian Tairea.