From 69a4f121c5f9847f5986f59a4128263cab923df9 Mon Sep 17 00:00:00 2001 From: Solargale Date: Mon, 25 Mar 2019 13:17:13 -0600 Subject: [PATCH] Demo 3 Added part with jar files and test file --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index faf928c..0d87859 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,15 @@ Computer Science 233 project, Winter 2019 How to run: -If you are using intellij, extract "TaipanClone-master.zip", and open the "TaipanClone-master" folder in intellij. Also set up the SDK. Then, run MainGUI.java. +If you are using intellij, extract "TaipanClone-master.zip", and open the "TaipanClone-master" folder in intellij. Also set up the SDK. + +Place jfxt.jar, hamcrest-core-1.3.jar and junit-4.12.jar into the src folder +Then, run MainGUI.java. If you are using the command line, extract "TaipanClone-master.zip", and open the "TaipanClone-master" folder. Open your terminal and change its directory to the "src" folder within "TaipanClone-master" folder. Then, type in "javac *.java", this compiles all the necessary files. Now, run MainGUI.java using "java MainGUI". +To run the test file PlayerTest.java, type in "javac *.java", this compiles all the necessary files. Now, run PlayerTest.java using "java PlayerTest". + Additional information: You lose if your HP reaches 0. You can win if you "retire" in Hong Kong while having a net worth of over $1 million.