Tic Tac Toe game
Instructions
Click on Start game, to start new game, and wait opponent to joinTo enter Your X or O click on target box on playground.
If You dont make Your turn in 40 seconds when Your turn, then game ends and You loose.
If no one at the moment waiting to play please invite Your friend to register and play with You.
Players waiting start to play: 0, games playing now: 0
, top players
Messages with opponent: {{ opponentUser }}
Mode: {{ joinId!=null ? "with friend" : "random player" }}
Player 1: {{ player==1 ? '(X)' : (player==2 ? '(O)' : '') }} Player 2: {{ opponentUser!=null ? opponentUser : "not set" }} {{ player==1 ? '(O)' : (player==2 ? '(X)' : '') }}
Playground
Status: {{ statusText }} {{ timeOutShoot }}
Player 1: {{ player==1 ? '(X)' : (player==2 ? '(O)' : '') }} Player 2: {{ opponentUser!=null ? opponentUser : "not set" }} {{ player==1 ? '(O)' : (player==2 ? '(X)' : '') }}
Playground
{{ col==1 ? 'X' : (col==2 ? 'O' : '') }} |
Status: {{ statusText }} {{ timeOutShoot }}
Messages with opponent: {{ opponentUser }}
{{ msgx.sender }}: {{ msgx.contents }}
Your are not logged in, You need to login to play the game.