ia.getRack().fill();
env.addPlayer(ia);
env.addPlayer(ia2);
algo = new SimpleSimulator(
new DawgMoveGen(env, ia,(DAWGItf) env.getDictionary(),
new BestMoves(new EvaluatorImpl(env, null), 5))
, env, ia);
//preparing GUI
JButton bouton = new JButton("Continuer");
pan = new BoardPanel(b);
bouton.addActionListener(new ActionListener() {