This commit is contained in:
Gnieark 2016-06-13 19:54:37 +02:00
parent 5f98ac5800
commit a70e0ec9b4

View File

@ -88,7 +88,7 @@ function score($board,$me,$opponent,$colToPlay,$depth){
return 0; return 0;
} }
if($depth < 5){ if($depth < 10){
return 0 - better_col($newBoard,$opponent,$me,$depth + 1); return 0 - better_col($newBoard,$opponent,$me,$depth + 1);
}else{ }else{