Update tictactoe.php
This commit is contained in:
parent
1c9fa1db0c
commit
4afea9e2db
|
@ -77,4 +77,4 @@ if(!isset($hisSymbol)){
|
|||
}
|
||||
|
||||
|
||||
echo '{"play":"'.choose_better_cell($message['board'],$message['you'], $hisSymbol,9 - $freeCells).'"}';
|
||||
echo '{"play":"'.choose_better_cell($message['board'],$message['you'], $hisSymbol,9 - $freeCells)[0].'"}';
|
||||
|
|
Loading…
Reference in New Issue
Block a user