This commit is contained in:
Gnieark 2016-06-13 21:11:09 +02:00
parent 556ccf2c96
commit 055b729773
2 changed files with 2 additions and 4 deletions

Binary file not shown.

View File

@ -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;
}