949596979899100101102103104
score.score(); myPlateau = new Plateau(); myRandom = new Random(); myDico = new Dico("ressources/dictionnaire"); myArbitre = new Arbitre(myPlateau, 2, myDico); p = new Piece(); p.creerPiece(myRandom.nextInt(7)+1); p.currentPosition(0);