...
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user