This repository is a task for IF2210-Object Oriented Programming, Department of Informatics, Bandung Institute of Technology.
- Jason Wiguna - 13516024
- Steven Sukma Limanus - 13516102
- Eric Jonathan - 13516117
- Christian Wibisono - 13516147
Compile with following command:
javac -d bin src/*.java
The program is available on the bin folder, execute the program with this following command:
java -cp bin Main
Compile with following command:
javac -d bin -cp bin:toolkit/hamcrest-core-1.3.jar:toolkit/junit-4.10.jar test/*.java
The unit test program is available on the bin folder, execute the program with this following command:
java -cp bin:toolkit/junit-4.10.jar:toolkit/hamcrest-core-1.3.jar org.junit.runner.JUnitCore DroppableItemTest FishTest GuppyTest LinkedListTest PiranhaTest PlayerTest PositionTest
To generate javadoc, run the following command:
javadoc -d doc/javadoc src/*.java
The html file will be available at doc/javadoc
To show jdepend, run the following command:
java -cp toolkit/jdepend-2.9.1/lib/jdepend-2.9.1.jar jdepend.swingui.JDepend .
You can find the c++ version here