{gameState.hasNotStarted() ? 'Place your ships' : gameState.turn >= 0 ? 'Make a guess' : 'Waiting for opponent'}
{#if gameState.room}{gameState.users}
Your Board
Opponent's Board
Game Over
{gameState.turn >= 0 ? 'You win!' : 'You lose!'}