C# Class Dominion.Game

Datei anzeigen Open project: NathanTeeuwen/Dominulator Class Usage Examples

Public Properties

Property Type Description
ApproxNumberOfDifferentCards int
ExpectedNumberOfGameTurns int
MaxSimultaneousGames int

Public Methods

Method Description
Dispose ( ) : void
Game ( Random random, GameConfig gameConfig, IGameLog gameLog ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Game() public method

public Game ( Random random, GameConfig gameConfig, IGameLog gameLog ) : System
random System.Random
gameConfig GameConfig
gameLog IGameLog
return System

Property Details

ApproxNumberOfDifferentCards public_oe static_oe property

public static int ApproxNumberOfDifferentCards
return int

ExpectedNumberOfGameTurns public_oe static_oe property

public static int ExpectedNumberOfGameTurns
return int

MaxSimultaneousGames public_oe static_oe property

public static int MaxSimultaneousGames
return int