This commit is contained in:
Gnieark 2016-06-13 20:24:10 +02:00
parent afd63bac48
commit 6d693f8bec

View File

@ -108,7 +108,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."|";
} }
} }
} }