.
This commit is contained in:
parent
ebde8726c1
commit
b376637b9e
|
@ -91,7 +91,7 @@ function score($board,$me,$opponent,$colToPlay,$depth){
|
|||
|
||||
if($depth < 7){
|
||||
//CO
|
||||
return 42 - better_col($newBoard,$opponent,$me,$depth + 1);
|
||||
return 42 - better_col($newBoard,$opponent,$me,$depth + 1) + $depth;
|
||||
}else{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user