Skip to content

HightechTR/TrashpanBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

142 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrashpanBot

This is the CS2113 Individual Project from Joel (Hightech_TR). It is a Command-Line Interface (CLI) task list tracker based on the Java project Duke.

This chatbot's name and personality are based on Raki Kazuki, a Virtual YouTuber formerly from PixelLink.

Installation and Usage

Visit the user guide for an overview of installing and using TrashpanBot: https://hightechtr.github.io/TrashpanBot

Achievement Get: Notice Me Senpai

Raki_Noticed

Setting up in IntelliJ

Prerequisites: JDK 17, update Intellij to the most recent version.

  1. Open IntelliJ (if you are not in the welcome screen, click File > Close Project to close the existing project first)
  2. Open the project into IntelliJ as follows: i. Click Open. ii. Select the project directory, and click OK. iii. If there are any further prompts, accept the defaults.
  3. Configure the project to use JDK 17 (not other versions) as explained in here.
    In the same dialog, set the Project language level field to the SDK default option.
  4. After that, locate the src/main/java/TrashpanBot.java file, right-click it, and choose Run Duke.main() (if the code editor is showing compile errors, try restarting the IDE). If the setup is correct, you should see something like the below as the output:
    __________________________________________________
    
    This bot is based on the personality of Raki Kazuki from PixelLink.
    
           .##+-                         -####
          ##   .####                  ###   .##
          ##  ##   ###################  ###  ##
          ##  #####                   #####  ##
           ##  ##                        #  ##
           ###                              ###
         ###        -#####      +#####        ###
       ###      -#########      #########+     ###
      ##       ####   ###       ####   ####      ###
    ###        #########          #########       ###
      ###        #####    ######     ###-          ##
        ####                                    ####
           ####                            #####
            ##                             ##
    
    Raah! I'm TrashpanBot!
    

Warning: Keep the src\main\java folder as the root folder for Java files (i.e., don't rename those folders or move Java files to another folder outside of this folder path), as this is the default location some tools (e.g., Gradle) expect to find Java files.

About

CS2113 Individual Project Code - TrashpanBot

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.0%
  • Shell 1.7%
  • Batchfile 1.3%