Ejemplo n.º 1
0
  @Before
  public void setUp() throws Exception {
    game = new Game();
    aiPlayer = TestAccessor.Game.getPlayer2(game);

    ai = new AI(aiPlayer, game, true);
  }