SCRABBLE
Free-for-all multiplayer — no turns!
{/* Two Player Join Sections */}
{/* Player 1 Section */}
Player 1
{player1Name
? (
{player1Name}
Now playing
)
: (
<>
>
)}
{/* Player 2 Section */}
Player 2
{player2Name
? (
{player2Name}
Now playing
)
: (
<>
>
)}
{/* Reset Button */}