C# Class Compete.Model.Game.Match

Show file Open project: aaronjensen/compete Class Usage Examples

Public Methods

Method Description
Match ( IGame game, BotPlayer player1, BotPlayer player2 )
Play ( ) : GameResult

Method Details

Match() public method

public Match ( IGame game, BotPlayer player1, BotPlayer player2 )
game IGame
player1 BotPlayer
player2 BotPlayer

Play() public method

public Play ( ) : GameResult
return GameResult