This commit is contained in:
2025-09-01 17:57:59 +09:00
parent 90f0ef1cce
commit 543b1209e6
3 changed files with 166 additions and 34 deletions
@@ -19,6 +19,15 @@
<h1>Solve the Puzzle! 🧩</h1>
<div id="game-controls">
<div id="mode-selector">
<label>
<input type="radio" name="play-mode" value="fill" checked> Fill
</label>
<label>
<input type="radio" name="play-mode" value="mark"> Mark (X)
</label>
</div>
<div id="points-info">
❤️ Points: <span id="points-display">5</span>
</div>