Error if game already started or more than 4 players

This commit is contained in:
2021-06-18 10:19:03 +02:00
parent 73ced0222f
commit 0287f8aec0
6 changed files with 39 additions and 18 deletions

View File

@@ -24,6 +24,7 @@
<main>
<div id="login">
<form>
<h2 id="error"></h2>
<label for="username">Benutzername: </label>
<input id="username" name="username" placeholder="Benutzername" type="text">