Skip to content

Commit c337e06

Browse files
Merge pull request steam-bell-92#473 from Grihika/fix-simon-says-visibility
Fix Simon Says game visibility on projects page and search
2 parents 703a17f + 7b240c7 commit c337e06

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

web-app/index.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,35 @@ <h3>Flappy Game</h3><p>Dodge the incoming balls and survive!</p><button class="b
934934
<div class="card-icon game-icon-hangman"><i data-lucide="person-standing"></i></div>
935935
<h3>Hangman</h3><p>Classic word-guessing game!</p><button class="btn-play">Try It</button>
936936
</div>
937+
938+
<div class="project-card" data-category="games" data-project="simon-says"
939+
data-tags="game,memory,reflex,pattern,sequence">
940+
941+
<div class="card-icon game-icon-memory">
942+
<i data-lucide="brain"></i>
943+
</div>
944+
945+
<h3>Simon Says</h3>
946+
947+
<p>
948+
Repeat the pattern and test your memory skills!
949+
</p>
950+
951+
<button class="btn-play">
952+
Try It
953+
</button>
954+
955+
</div>
956+
957+
<!-- MATH -->
958+
<div class="project-card" data-category="math" data-project="fibonacci"
959+
data-tags="math,sequence,series,loops,recursion">
960+
<div class="card-icon math-icon-fibonacci">
961+
<i data-lucide="sparkles"></i>
962+
</div>
963+
<h3>Fibonacci Series</h3>
964+
<p>Generate Fibonacci sequences!</p>
965+
<button class="btn-play">Try It</button>
937966
<div class="project-card" data-category="games" data-project="math-quiz" data-tags="game,math,quiz,mcq,lives,streak">
938967
<div class="card-icon game-icon-brain"><i data-lucide="brain"></i></div>
939968
<h3>Math Quiz</h3><p>MCQ quiz with lives, streaks & difficulty levels!</p><button class="btn-play">Try It</button>

0 commit comments

Comments
 (0)