Add barrier type. Transition into playing phase properly.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user