Exemple #1
0
 public function testEndGame()
 {
     $game = new Game(10, new SimpleBoardRenderer());
     $game->endGame();
 }