Package pdp.scrabble.game.impl

Examples of pdp.scrabble.game.impl.GameEnvImpl.bag()


     */
    public static void main(String[] args) {
 
  //preparing environment
  GameEnvironment env = new GameEnvImpl(null, 2, "Francais");
  env.bag().fill();
  b = env.board();
  ia = new DecoAI(env, "trololol", 0, null);
  DecoAI ia2 = new DecoAI(env, "loiloiloi", 1, null);
  ia2.getRack().fill();
  ia.getRack().fill();
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.