Files
org_web/play/memory.org
Zaine Arch a2bc77805c
All checks were successful
Build Org Website / build (push) Successful in 48s
rpg initial commit
2026-05-09 22:38:51 +01:00

26 lines
941 B
Org Mode

#+TITLE: Memory Cabinet
#+OPTIONS: num:nil title:nil toc:nil
#+NO_SIDENOTES: t
#+DATE: <2026-05-09 Sat>
#+BEGIN_EXPORT html
<main class="play-root play-page" data-play-page="memory">
<a class="play-back" href="/play.html">Back to Play</a>
<header class="play-page-head">
<p class="play-kicker">01 / Game</p>
<h1>Memory Cabinet</h1>
<p>Match six pairs of archive cards. Fewer turns is better.</p>
</header>
<section class="play-tool memory-tool">
<div class="play-scorebar">
<span>Turns: <strong data-memory-turns>0</strong></span>
<span>Matches: <strong data-memory-matches>0</strong>/6</span>
<span data-memory-message>Cards are shuffled.</span>
<button type="button" data-memory-peek>Peek</button>
<button type="button" data-memory-reset>Reset</button>
</div>
<div class="memory-board" data-memory-board aria-label="Memory card board"></div>
</section>
</main>
#+END_EXPORT