Fix up selecting first player and some errors in the number generation.

This commit is contained in:
jude
2023-02-01 18:09:32 +00:00
parent b37f273b05
commit 8afe512062
6 changed files with 100 additions and 60 deletions

View File

@ -7,6 +7,7 @@
<script src="https://cdn.socket.io/4.5.4/socket.io.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js"></script>
<script src="{{ url_for('static', filename='js/shim.js') }}"></script>
<script src="{{ url_for('static', filename='js/index.js') }}"></script>
<script src="{{ url_for('static', filename='js/player.js') }}"></script>
<script src="{{ url_for('static', filename='js/dom.js') }}"></script>
@ -20,5 +21,9 @@
</ul>
</div>
<div id="ready">
<button id="ready-button">Not ready</button>
</div>
</body>
</html>