wip: game init by server

This commit is contained in:
2020-12-11 17:52:19 +01:00
parent bcfc488c2e
commit 342fa0cca3
3 changed files with 11 additions and 4 deletions

View File

@ -27,6 +27,11 @@
let t = JSON.stringify(msg);
window.game_socket.send(t);
}
function setupGame(player_names) {
}
</script>
<div class="content">