Class Summary |
GamePlayer |
Information about a player involved in a game. |
GameResult |
The result of a game. |
Score |
The score of a player or team in a winlist. |
ScoreComparator |
A Comparator for the winlist scores. |
SimpleWinlist |
A standard winlist using the same scoring as the original TetriNET : the
winner gets 3 points if there was 3 or more players (or different teams)
involved in the game, 2 points otherwise; the second gets 1 point if there
was 5 or more players in the game. |
TetrixWinlist |
A winlist caompatible with the tetrinetx winlist format. |
WinlistManager |
Winlist manager. |