This commit is contained in:
Gnieark 2016-06-13 20:33:20 +02:00
parent 7d891fac7f
commit 4a5633c70c

View File

@ -105,7 +105,7 @@ function better_col($board,$me,$opponent,$depth){
if( $sc > $betterScore){ if( $sc > $betterScore){
$betterScore = $sc -$depth; $betterScore = $sc -$depth;
$betterCol = $i; $betterCol = $i;
//echo $i.":".$sc."|"; echo $i.":".$sc."|";
} }
} }
} }