This commit is contained in:
Gnieark 2016-06-13 13:46:21 +02:00
parent 958ae91e77
commit a722398b7c

View File

@ -71,6 +71,9 @@ function score($board,$me,$colToPlay){
if(strpos($searchValue,$line) > -1){ if(strpos($searchValue,$line) > -1){
return 42; return 42;
} }
/* /*
//diagonal / affin function like y=x+b //diagonal / affin function like y=x+b
b = parseInt(y - x); b = parseInt(y - x);
@ -123,7 +126,8 @@ function better_col($board,$me){
return $i; return $i;
} }
$in=file_get_contents('php://input'); $in=preg_replace('/""/','" "',file_get_contents('php://input');
echo $in;
$params=json_decode($in, TRUE); $params=json_decode($in, TRUE);
switch($params['action']){ switch($params['action']){
case "init": case "init":