Gnieark 8 years ago
parent 556ccf2c96
commit 055b729773

Binary file not shown.

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

Loading…
Cancel
Save