From a70e0ec9b465df721d66f9243ff9a78bb93dd4bd Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 13 Jun 2016 19:54:37 +0200 Subject: [PATCH] . --- connectfour.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectfour.php b/connectfour.php index 685a5a3..2c9ef74 100644 --- a/connectfour.php +++ b/connectfour.php @@ -88,7 +88,7 @@ function score($board,$me,$opponent,$colToPlay,$depth){ return 0; } - if($depth < 5){ + if($depth < 10){ return 0 - better_col($newBoard,$opponent,$me,$depth + 1); }else{