Exemple #1
0
 public void Start()
 {
     while (!board.HasEnded())
     {
         players.Play(board);
     }
 }