C# Class Program.StrategyOptimizer

Afficher le fichier Open project: NathanTeeuwen/Dominulator Class Usage Examples

Méthodes publiques

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

Method Details

FindBestBigMoneyWithCardVsStrategy() public static méthode

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

FindBestStrategyForGame() public static méthode

public static FindBestStrategyForGame ( GameConfig gameConfig ) : void
gameConfig Dominion.GameConfig
Résultat void