Update README.md

This commit is contained in:
Vikramb987
2019-04-11 14:41:57 -06:00
committed by GitHub
parent 7ca1e3e4a3
commit dbf92288c5

View File

@@ -9,7 +9,7 @@ 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. 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 -cp .;junit-4.12.jar;hamcrest-core-1.3.jar gui/*.java text/*java logic/*.java tests/*.java", this compiles all the necessary files. Now, run MainGUI.java using "java MainGUI". Then, type in "javac -cp .:junit-4.12.jar:hamcrest-core-1.3.jar:jfxrt.jar gui/*.java text/*.java logic/*.java tests/*.java", this compiles all the necessary files. Now, run MainGUI.java using "java MainGUI".
To run the test file PlayerTest.java, type in "javac -cp .;junit-4.12.jar;hamcrest-core-1.3.jar gui/*.java text/*java logic/*.java tests/*.java", this compiles all the necessary files. Now, run PlayerTest.java using "java PlayerTest". To run the test file PlayerTest.java, type in "javac -cp .;junit-4.12.jar;hamcrest-core-1.3.jar gui/*.java text/*java logic/*.java tests/*.java", this compiles all the necessary files. Now, run PlayerTest.java using "java PlayerTest".