[wip] local ~= ok, colision = ok, queue != ok, front (looks) = ok, sock Shapes ~= ok (missing new shapes)
This commit is contained in:
parent
0033956ca1
commit
dded33f5fa
12 changed files with 243 additions and 172 deletions
|
|
@ -2,13 +2,26 @@
|
|||
<div id="mainbox" class="mainboxDisplay">
|
||||
<button id="b-whoami" class="btn-style absolute top-4 left-6">Who am i</button>
|
||||
<br>
|
||||
<button id="b-joinQueu" class="btn-style absolute top-16 left-6">Queu Up</button>
|
||||
<button id="b-joinQueu" class="btn-style absolute top-16 left-6">Queue Up</button>
|
||||
<br>
|
||||
<h1 class="text-3xl font-bold text-gray-800">
|
||||
Pong Box<span id="t-username"></span>
|
||||
</h1><br>
|
||||
|
||||
<label class="inline-flex items-center gap-3 cursor-pointer select-none">
|
||||
<!-- Checkbox -->
|
||||
<input id="modeToggle" type="checkbox" class="sr-only"/>
|
||||
<!-- Switch -->
|
||||
<div id="toggleTrack" class="relative w-14 h-7 rounded-full bg-gray-300 transition-colors duration-300">
|
||||
<span id="toggleKnob" class="absolute top-0.5 left-0.5 w-6 h-6 bg-white rounded-full transition-transform duration-300"></span>
|
||||
</div>
|
||||
<!-- Label -->
|
||||
<span id="toggleLabel" class="text-sm font-medium text-gray-700"> Local </span>
|
||||
</label>
|
||||
|
||||
<!-- Horizontal Message Box -->
|
||||
<div id="system-box" class="system-info">System: connecting ... </div>
|
||||
<h1 id="score-board" class="text-p10 font-bold text-gray-800">0:0</h1>
|
||||
<!-- Pong Box -->
|
||||
<div class="flex justify-center mt-2">
|
||||
<div id="pongspace" class="flex flex-col">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue