Package vrampal.connectfour.core

Examples of vrampal.connectfour.core.GameFactory


  // Object under test
  private GameData gameData;

  @Before
  public void setUp() {
    GameFactory gameFactory = GameFactoryImpl.getInstance();
    Game game = gameFactory.createGame();

    game.begin();
    game.dropDisc(3);
    game.dropDisc(2);
    game.dropDisc(5);
View Full Code Here

TOP

Related Classes of vrampal.connectfour.core.GameFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.