diff --git a/client/src/lib/nameChoose.svelte b/client/src/lib/nameChoose.svelte index 298e54f..1d69d0d 100644 --- a/client/src/lib/nameChoose.svelte +++ b/client/src/lib/nameChoose.svelte @@ -30,13 +30,15 @@

What is your nickname

-

This name is publicly visible and needs to be unique among the connected players.

+

This name is publicly visible and needs to be unique among the connected players. Minimum 2 characters.

+ +

In case of invalid username you will not be able to connect. It's kind of hard to check the exact reason.

{/if} diff --git a/client/src/routes/+page.svelte b/client/src/routes/+page.svelte index eafafea..c919935 100644 --- a/client/src/routes/+page.svelte +++ b/client/src/routes/+page.svelte @@ -1,17 +1,32 @@ + + Ultimate tictactoe +{#if shown}
- +

Local multiplayer

A game for two on a single device

- +

Online multiplayer

@@ -19,7 +34,7 @@

Play with 2 devices, even across the ocean.

-
+
+{/if}