JwayYih / IDD-Fa19-Lab6

A simple chat bot to teach about web-sockets, web-servers and the difficulties to create a meaning-full conversation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatBot

A lab report by Johnway Yih

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.

Created a bot that introduced themselves to a user and learned a bit about them. It would then ask them to join them for a climbing session and loop until the person complied. Some modifications include changing calculation to compare user age vs bot age. Looping until the person complied with either a yes or a maybe.

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!

User Test 1

User Test 2


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

About

A simple chat bot to teach about web-sockets, web-servers and the difficulties to create a meaning-full conversation.

License:Other


Languages

Language:JavaScript 85.4%Language:HTML 7.8%Language:CSS 6.8%