Examples of SoloEngine


Examples of pdp.scrabble.game.impl.SoloEngine

  /** Create a solo game, initialize environment.
   * @param name player name.
   */
  public void createSoloBasedGame(String name) {
    this.gameEng = new SoloEngine(gameEnv);

    this.reset();
    this.getOptionsPanel().setVisible(true);

    //Player player = FACTORY.createPlayer(this.game, name, 0, false, null);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.