AUTOPLAY une nouvellle fois
This commit is contained in:
@@ -10,7 +10,7 @@ public class Simulation extends AbstractGame {
|
|||||||
//ATTRIBUTS
|
//ATTRIBUTS
|
||||||
private HexPly bestmove;
|
private HexPly bestmove;
|
||||||
private float bestoutcome;
|
private float bestoutcome;
|
||||||
private int MAXDEPTH = 5;
|
private int MAXDEPTH = 6;
|
||||||
private LinkedList<Integer[]> taken = new LinkedList<Integer[]>();
|
private LinkedList<Integer[]> taken = new LinkedList<Integer[]>();
|
||||||
|
|
||||||
//ATTRIBUTS QUE JE NE VOUDRAIS PAS CRÉER IDÉALEMENT
|
//ATTRIBUTS QUE JE NE VOUDRAIS PAS CRÉER IDÉALEMENT
|
||||||
|
|||||||
Reference in New Issue
Block a user