This commit is contained in:
Gnieark 2016-06-13 19:40:58 +02:00
parent 344dfbf090
commit c28666df6a

View File

@ -106,7 +106,7 @@ function better_col($board,$me,$opponent,$depth){
$betterScore = $sc; $betterScore = $sc;
$betterCol = $i - $depth; $betterCol = $i - $depth;
} }
echo $i." ".$sc."\n; echo $i." ".$sc."\n";
} }
} }