diff --git a/connectfour.php b/connectfour.php index 2bda648..685a5a3 100644 --- a/connectfour.php +++ b/connectfour.php @@ -106,7 +106,7 @@ function better_col($board,$me,$opponent,$depth){ $betterScore = $sc -$depth; $betterCol = $i; } - //echo $i." ".$sc."\n"; + echo $i." ".$sc."\n"; } }