From 4a5633c70ce4968e46b9ee6ec559257f15197968 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 13 Jun 2016 20:33:20 +0200 Subject: [PATCH] . --- connectfour.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectfour.php b/connectfour.php index 1626a13..f48f555 100644 --- a/connectfour.php +++ b/connectfour.php @@ -105,7 +105,7 @@ function better_col($board,$me,$opponent,$depth){ if( $sc > $betterScore){ $betterScore = $sc -$depth; $betterCol = $i; - //echo $i.":".$sc."|"; + echo $i.":".$sc."|"; } } }