This commit is contained in:
Gnieark 2016-06-13 19:46:53 +02:00
parent c2d23bd558
commit 5f98ac5800

View File

@ -106,7 +106,7 @@ function better_col($board,$me,$opponent,$depth){
$betterScore = $sc -$depth; $betterScore = $sc -$depth;
$betterCol = $i; $betterCol = $i;
} }
//echo $i." ".$sc."\n"; echo $i." ".$sc."\n";
} }
} }