Example #1
0
 public Match(MatchPlayerEnum matchPlayers, DifficultyEnum computerDifficulty)
 {
     this._board              = new Board();
     this._matchPlayers       = matchPlayers;
     this._computerDifficulty = computerDifficulty;
     this.ConfigMatch();
 }
Example #2
0
 private static void GetMatchPlayers()
 {
     _matchPlayers = SelectionMenuController.GetPlayers();
 }