Added headers
This commit is contained in:
@@ -7,6 +7,7 @@ If you are using intellij, extract "TaipanClone-master.zip", and open the "Taipa
|
|||||||
Place jfxt.jar, hamcrest-core-1.3.jar and junit-4.12.jar into the src folder
|
Place jfxt.jar, hamcrest-core-1.3.jar and junit-4.12.jar into the src folder
|
||||||
Then, run MainGUI.java.
|
Then, run MainGUI.java.
|
||||||
|
|
||||||
|
# To play the game
|
||||||
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
|
Then, type in
|
||||||
@@ -22,7 +23,7 @@ To play the command-line version run
|
|||||||
java gui.MainText
|
java gui.MainText
|
||||||
```
|
```
|
||||||
|
|
||||||
To run the test file PlayerTest.java, type in
|
# To run the test file PlayerTest.java, type in
|
||||||
```
|
```
|
||||||
javac -cp .:junit-4.12.jar:hamcrest-core-1.3.jar:jfxrt.jar gui/*.java text/*.java logic/*.java tests/*.java
|
javac -cp .:junit-4.12.jar:hamcrest-core-1.3.jar:jfxrt.jar gui/*.java text/*.java logic/*.java tests/*.java
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user