Array
(
[uid] => D2088506_rskt
[isE] => 1
)
getLang()=en
Click here for free DL of the app version that can save data.
No:16558
90
```html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="styles.css"> <title>Tic Tac Toe</title> </head> <body> <div id="board" class="board"> <div class="cell" onclick="makeMove(0)"></div> <div class="cell" onclick="makeMove(1)"></div> <div class="cell" onclick="makeMove(2)"></div> <div class="cell" onclick="makeMove(3)"></div> <div class="cell" onclick```html <!DOCTYPE html> <html lang="en"&g..ALL
Developer User7376|Date and time 23/9/19 14:05:49
Build time 15.03 sec|Game capacity 1.417KB|Script
Click here for free DL of the app version that can save data.