Battleship game
Instructions
1) Click on "Random Ships", then optionally move ships if you wish and then2) click "Start game"
To shoot click on target on opponent ships ground.
If You dont shoot 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.
Mode: {{ joinId!=null ? "with friend" : "random player" }}
Player 1:
My ships
A | B | C | D | E | F | G | H | I | J | |
{{ y+1 }} | {{ col==2 ? 'X' : '' }} |
Opponent ships
A | B | C | D | E | F | G | H | I | J | |
{{ y+1 }} | {{ col==2 ? 'X' : '' }} |
Status: {{ statusText }} {{ timeOutShoot }}
Messages with opponent: {{ opponentUser }}
{{ msgx.sender }}: {{ msgx.contents }}
Your are not logged in, You need to login to play the game.