C# Class Program.StrategyOptimizer

Show file Open project: NathanTeeuwen/Dominulator Class Usage Examples

Public Methods

Method Description
FindBestBigMoneyWithCardVsStrategy ( PlayerAction playerAction, Dominion.Card card, bool logProgress = false ) : PlayerAction
FindBestStrategyForGame ( GameConfig gameConfig ) : void

Method Details

FindBestBigMoneyWithCardVsStrategy() public static method

public static FindBestBigMoneyWithCardVsStrategy ( PlayerAction playerAction, Dominion.Card card, bool logProgress = false ) : PlayerAction
playerAction PlayerAction
card Dominion.Card
logProgress bool
return PlayerAction

FindBestStrategyForGame() public static method

public static FindBestStrategyForGame ( GameConfig gameConfig ) : void
gameConfig Dominion.GameConfig
return void