Exemple #1
0
 public void WhenIAddANewPlayerToTheGame()
 {
     logic.SetMatrix(8, 8);
     logic.AddFixedPlayer("red", 0, 0);
 }