.
This commit is contained in:
parent
afd63bac48
commit
6d693f8bec
|
@ -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."|";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user