본문 바로가기

hacking sorcerer

mix and match game

728x90
Mix & Match — Infinite Loop (Odd/Even Overlaps)

Mix & Match — Infinite Loop ✨

Reveal sequence runs forever: #1 → #2 → … → #6 → #1 → …
Overlap #1+#3+#5 to get A and overlap #2+#4+#6 to get B. Then shout A + B. Wrong answer = 10s lockout, but the reveals keep looping.
Round
1
Score
0
Current reveal
0/6
Status
Waiting
Lockout
Odd overlays → A | Even overlays → B | Sequence loops forever
  <div class="canvasCard">
    <div class="canvasTitle">
      <span>Current image: <b id="currentLabel">—</b></span>
      <span class="pill" id="currentPill">Waiting</span>
    </div>
    <canvas id="currentCanvas" width="980" height="180"></canvas>
  </div>

  <div class="thumbs" id="thumbs"></div>

  <div class="hint">
    Use thumbnails to mentally overlap. Press <span class="kbd">Enter</span> to shout anytime.
  </div>
</div>

<div class="rightCol">
  <div class="panel">
    <div class="pill">Your answer</div>
    <div class="inputRow">
      <input id="sumInput" type="number" placeholder="Enter sum (A + B)" />
      <button id="shoutBtn" class="primary">Shout!</button>
    </div>
    <div class="msg" id="msg">Press “Start round”. The reveal loop never stops until you solve it.</div>
  </div>

  <div class="panel">
    <div class="pill">Rule reminder</div>
    <div class="hint">
      • A = overlap of <b>#1, #3, #5</b><br/>
      • B = overlap of <b>#2, #4, #6</b><br/>
      • Wrong answer → <b>10s</b> lockout, but animation continues
    </div>
  </div>
</div>
728x90
반응형

'hacking sorcerer' 카테고리의 다른 글

deque solver  (1) 2026.06.24
open the door  (0) 2026.06.22
오랜만에 장동민 보다가  (0) 2026.02.04
mirror_swap.py  (0) 2026.01.21
perfect_echo.py  (0) 2026.01.06