Skip to content

ericjonathan6/ArkavQuarium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IF2210 - ArkavQuarium

Description

This repository is a task for IF2210-Object Oriented Programming, Department of Informatics, Bandung Institute of Technology.


Authors


Usage

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

Unit Testing

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

JavaDoc

To generate javadoc, run the following command:

javadoc -d doc/javadoc src/*.java

The html file will be available at doc/javadoc


JDepend

To show jdepend, run the following command:

java -cp toolkit/jdepend-2.9.1/lib/jdepend-2.9.1.jar jdepend.swingui.JDepend .

Other

You can find the c++ version here

About

Tugas Besar OOP ArkavQuarium in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages