public class GameScoring
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<Expr> |
amounts
the actual scores to be added to the players listed in players list at the same index
|
java.util.ArrayList<Expr> |
players
expressions telling the player numbers who should have the score updated
|
Expr |
situation
a situation that should evaluate to true if the score is to be updated
|
Constructor and Description |
---|
GameScoring(Expr situation)
construct an empty game scoring set of rules
|
public Expr situation
public java.util.ArrayList<Expr> players
public java.util.ArrayList<Expr> amounts
public GameScoring(Expr situation)