skeleton: Added scoring class
This commit is contained in:
parent
aaa6dabe94
commit
2e32c07d95
42
src/comp1110/ass2/skeleton/scoring.java
Normal file
42
src/comp1110/ass2/skeleton/scoring.java
Normal file
@ -0,0 +1,42 @@
|
||||
package comp1110.ass2.skeleton;
|
||||
|
||||
/**
|
||||
* This class is used to score the game
|
||||
*
|
||||
*/
|
||||
public class scoring {
|
||||
/**
|
||||
* This method is used to score the islands
|
||||
*/
|
||||
public void scoreIslands(){
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* This method is used to score the piece links
|
||||
*/
|
||||
public void scoreLinks(){
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* This method is used to score the owner of the island
|
||||
*/
|
||||
public void scoreMajorities(){
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* This method is used to score the resources
|
||||
*/
|
||||
public void scoreResources(){
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* This method is used to score the statuettes
|
||||
*/
|
||||
public void scoreStatuettes(){
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user