tracking of players accross session using id in storage, create game button for the host that is disabled until lobby is full. synchronized lobby state.

This commit is contained in:
Alec Maier
2019-08-30 20:37:11 -04:00
parent 385c5d4e79
commit f873540171
6 changed files with 92 additions and 14 deletions

View File

@@ -9,9 +9,8 @@
</head>
<body>
<div class="app-content">
<div id="lobby-container">
</div>
<div id="lobby-container"></div>
<div id="launch-btn"></div>
</div>
<script type="module" src="/static/game.js"></script>
</body>