wip: game init by server
This commit is contained in:
@ -27,6 +27,11 @@
|
||||
let t = JSON.stringify(msg);
|
||||
window.game_socket.send(t);
|
||||
}
|
||||
|
||||
function setupGame(player_names) {
|
||||
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<div class="content">
|
||||
|
Reference in New Issue
Block a user