improve
This commit is contained in:
parent
cde61fdf5f
commit
3045322aa1
|
@ -61,6 +61,10 @@ function can_loose($line,$hisChar,$depth=0){
|
|||
if (strpos($line,"+".$hisChar.$hisChar."+") !== false ){
|
||||
return strpos($line,"+".$hisChar.$hisChar."+");
|
||||
}
|
||||
if(strpos($line,"+".$hisChar."+".$hisChar."+") !== false ){
|
||||
return strpos($line,"+".$hisChar."+".$hisChar."+") + 2;
|
||||
}
|
||||
|
||||
}
|
||||
return false;
|
||||
|
||||
|
@ -214,7 +218,6 @@ switch($params['action']){
|
|||
|
||||
}
|
||||
|
||||
|
||||
//tester seulement les diagonales >= 4 cases
|
||||
|
||||
for ($k = 0; $k < 4; $k ++){
|
||||
|
@ -288,7 +291,6 @@ switch($params['action']){
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
//si j'arrive là, je ne gagne pas à ce tour
|
||||
if(isset($colForNoLose)){
|
||||
echo '{"play":'.$colForNoLose.'}';
|
||||
|
|
Loading…
Reference in New Issue
Block a user