Skip to content

Commit 2170e1c

Browse files
committed
fix: add Simon Says game card to projects page
1 parent e5079ac commit 2170e1c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

web-app/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,25 @@ <h3>2048 Game</h3>
823823
<button class="btn-play">Try It</button>
824824
</div>
825825

826+
<div class="project-card" data-category="games" data-project="simon-says"
827+
data-tags="game,memory,reflex,pattern,sequence">
828+
829+
<div class="card-icon game-icon-memory">
830+
<i data-lucide="brain"></i>
831+
</div>
832+
833+
<h3>Simon Says</h3>
834+
835+
<p>
836+
Repeat the pattern and test your memory skills!
837+
</p>
838+
839+
<button class="btn-play">
840+
Try It
841+
</button>
842+
843+
</div>
844+
826845
<!-- MATH -->
827846
<div class="project-card" data-category="math" data-project="fibonacci"
828847
data-tags="math,sequence,series,loops,recursion">

0 commit comments

Comments
 (0)