Package pdp.scrabble.game.impl

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

Related Classes of pdp.scrabble.game.impl.SoloEngine

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.