Add barrier type. Transition into playing phase properly.

This commit is contained in:
2023-02-02 11:27:52 +00:00
parent 8afe512062
commit 8d1a7e14e3
10 changed files with 155 additions and 46 deletions

View File

@ -12,6 +12,8 @@
<script src="{{ url_for('static', filename='js/player.js') }}"></script>
<script src="{{ url_for('static', filename='js/dom.js') }}"></script>
<script src="{{ url_for('static', filename='js/random.js') }}"></script>
<script src="{{ url_for('static', filename='js/barrier.js') }}"></script>
<script src="{{ url_for('static', filename='js/packet.js') }}"></script>
</head>
<body>
@ -21,6 +23,10 @@
</ul>
</div>
<div id="turn-title">
<span class="current-player"></span>'s Turn!
</div>
<div id="ready">
<button id="ready-button">Not ready</button>
</div>