This commit is contained in:
Gnieark 2016-06-13 19:39:34 +02:00
parent fd95227e8b
commit 344dfbf090

View File

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