An open API service indexing awesome lists of open source software.

https://github.com/villaleo/general-chatbot

A basic I/O chatbot I created during my senior year in high school with two other individuals for AP Computer Science A (AP CSA). Utlizes basic object-oriented topics introduced in AP CSA.
https://github.com/villaleo/general-chatbot

ap-csa chatbot first-project java

Last synced: over 1 year ago
JSON representation

A basic I/O chatbot I created during my senior year in high school with two other individuals for AP Computer Science A (AP CSA). Utlizes basic object-oriented topics introduced in AP CSA.

Awesome Lists containing this project

README

          

# general-chatbot

A basic I/O chatbot I created during my senior year in high school
with two other individuals for AP Computer Science A (AP CSA). Utlizes
basic object-oriented topics introduced in AP CSA.

To run this program, you can copy the Chatbot.java and Chatbot_runner.java
files and run them on your machine using a Java IDE.