diff --git a/src/arenas/tictactoe/act.php b/src/arenas/tictactoe/act.php index 4d17239..a20ead1 100644 --- a/src/arenas/tictactoe/act.php +++ b/src/arenas/tictactoe/act.php @@ -74,7 +74,7 @@ switch ($_POST['act']){ $httpResponse=json_decode(get_IA_Response($playerURL,$paramsToSend),TRUE); $playerResponse=$httpResponse['play']; - + echo "******".$playerResponse."**********"; //tester la validité de la réponse if((isset($map[$playerResponse])) && ($map[$playerResponse]=="")){ //reponse conforme