public class GameStats extends Object
Modifier and Type | Field and Description |
---|---|
int |
disqal
The number of illegal (cheating) moves made during this game.
|
String |
gameID
A unique ID for this game.
|
int |
information
The number of information tokens remaining at the end of the game
|
int |
lives
The number of lives remaining at the end of the game.
|
int |
moves
The number of moves made in the game
|
int |
nPlayers
The number of players that were in this game
|
int |
score
The score at the final move of the game.
|
public final String gameID
public final int nPlayers
public final int score
public final int lives
This value being zero indicates that the game ended due to the player's losing their lives
public final int moves
public final int information
public final int disqal
If this value is greater than zero, then at least one agent in the game should be considered buggy.
public GameStats(String gameID, int players, int score, int lives, int moves, int information, int disqual)
Copyright © 2017 FOSS Galaxy. All rights reserved.