Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
<!-- instructions -->
<div id="instructions">
<div class="content">
<p>Stack the blocks on top of each other</p>
<p>Click, tap or press Space when a block is above the stack. Can you reach the blue color blocks?</p>
<p>Click, tap or press Space to start game</p>
<h1>🧩3D - BlockStack Game🧩 </h1>
<h2>INSTRUCTIONS📜</h2>
<p>1. Stack the blocks on top of each other</p>
<p>2. Click, tap or press Space when a block is above the stack. Can you reach the blue color blocks?</p>
<p>3. Click, tap or press Space to start game</p>
</div>
</div>

Expand All @@ -41,8 +43,8 @@
<h1>Game Over!</h1>
</div>

<p class="miss-message">You missed the block</p>

<p class="miss-message">You missed the block 😅 </p>
<p class="luck-message">Better luck next time 🤞</p>
<div class="score-container">
<div class="score-card current-score">
<div class="score-label">Your Score</div>
Expand Down
Loading