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.
- Host: GitHub
- URL: https://github.com/villaleo/general-chatbot
- Owner: villaleo
- Created: 2021-01-30T23:05:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-12T16:24:33.000Z (about 5 years ago)
- Last Synced: 2025-01-24T12:45:55.527Z (over 1 year ago)
- Topics: ap-csa, chatbot, first-project, java
- Language: Java
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.