Skip to content

Commit

Permalink
Merge pull request #3 from AY2223S2-CS2113-F10-1/revert-1-master
Browse files Browse the repository at this point in the history
Revert "PR containing basic UI code and some basic package structure"
  • Loading branch information
mitchmalvin1 authored Mar 9, 2023
2 parents 1a120c4 + cf1867a commit 52487d7
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 151 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/.idea/
/out/
/*.iml
/*.class

# Gradle build files
/.gradle/
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test {
}

application {
mainClass = "Inka"
mainClass = "seedu.duke.Duke"
}

shadowJar {
Expand Down
Binary file removed src/main/java/Inka.class
Binary file not shown.
26 changes: 0 additions & 26 deletions src/main/java/Inka.java

This file was deleted.

10 changes: 0 additions & 10 deletions src/main/java/model/card/Card.java

This file was deleted.

12 changes: 0 additions & 12 deletions src/main/java/model/cardlist/CardList.java

This file was deleted.

Binary file removed src/main/java/utils/enums/StringArt.class
Binary file not shown.
22 changes: 0 additions & 22 deletions src/main/java/utils/enums/StringArt.java

This file was deleted.

Binary file removed src/main/java/utils/parser/Parser.class
Binary file not shown.
15 changes: 0 additions & 15 deletions src/main/java/utils/parser/Parser.java

This file was deleted.

Binary file not shown.
48 changes: 0 additions & 48 deletions src/main/java/utils/userinterface/UserInterface.java

This file was deleted.

24 changes: 8 additions & 16 deletions text-ui-test/EXPECTED.TXT
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
____________________________________________________________________________________________________
.___ __
| | ____ | | _______
| |/ \| |/ /\__ \
| | | \ < / __ \_
|___|___| /__|_ \(____ /
\/ \/ \/
Welcome to Inka ! Say no more to failing exams as Inka will be your lord and saviour!
____________________________________________________________________________________________________
____________________________________________________________________________________________________
____ _ _ ____ _
( _ \( \/ )( __) / \
) _ ( ) / ) _) \_/
(____/(__/ (____) (_)
Hello from
____ _
| _ \ _ _| | _____
| | | | | | | |/ / _ \
| |_| | |_| | < __/
|____/ \__,_|_|\_\___|

Bye! All the best for your exams man!!!
____________________________________________________________________________________________________
What is your name?
Hello James Gosling
1 change: 1 addition & 0 deletions text-ui-test/input.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
James Gosling

0 comments on commit 52487d7

Please sign in to comment.