Package | Description |
---|---|
wwwordz.game |
Game management classes, including rounds and players.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Rank> |
Round.getRanking()
List of players in this round sorted by points
|
java.util.List<Rank> |
Manager.getRanking()
List of players in current round sorted by points
|