public final class GameUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static GameStats |
runCheatGame(String gameID,
Long seed,
Player... players)
Play a complete information (cheated) version of Hanabi
|
static GameStats |
runGame(String gameID,
Long seed,
Player... players)
Play a standard game of Hanabi
|
public static GameStats runGame(String gameID, Long seed, Player... players)
gameID - the Id of the game to playseed - the seed used for deck orderingplayers - the players that will play the gamepublic static GameStats runCheatGame(String gameID, Long seed, Player... players)
gameID - The gameID to log this game underseed - the seed to use for deck orderingplayers - the players to use for the gameCopyright © 2017 FOSS Galaxy. All rights reserved.