-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
295 lines (295 loc) · 20.7 KB
/
index.html
File metadata and controls
295 lines (295 loc) · 20.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Memory Master - A Fun and Engaging Multiplayer Memory Game">
<meta name="keywords" content="Memory Master, multiplayer game, memory game, fun, engaging">
<meta name="author" content="Salah Uddin Kader">
<link rel="canonical" href="https://yourwebsite.com/memory-master">
<link rel="alternate" href="https://yourwebsite.com/memory-master" hreflang="en">
<title>Memory Master - Multiplayer Game</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🧠</text></svg>">
<link rel="stylesheet" href="style.css"/>
<script src="/_sdk/element_sdk.js"></script>
<script src="/_sdk/interaction_sdk.js" type="text/javascript"></script>
<style>@view-transition { navigation: auto; }</style>
<script src="/_sdk/data_sdk.js" type="text/javascript"></script>
<script src="https://cdn.tailwindcss.com" type="text/javascript"></script>
</head>
<body>
<div class="intro-animation" id="introAnimation"><!-- Floating Particles Background -->
<div class="intro-particles" id="introParticles"></div>
<div class="intro-logo">
🧠
</div>
<div class="intro-text">
Memory Master
</div><!-- Beautiful Loader -->
<div class="intro-loader">
<div class="loader-container">
<div class="loader-ring"></div>
<div class="loader-ring"></div>
<div class="loader-ring"></div>
</div>
<div class="loader-dots">
<div class="loader-dot"></div>
<div class="loader-dot"></div>
<div class="loader-dot"></div>
<div class="loader-dot"></div>
<div class="loader-dot"></div>
</div>
<div class="loading-text">
Loading Amazing Experience...
</div>
</div>
</div><!-- Header Section -->
<header class="game-header">
<div class="header-content">
<div class="logo-section" id="logoSection">
<div class="logo-icon">
🧠
</div>
<div class="logo-text">
<h1 class="logo-title">Memory Master</h1>
<p class="logo-subtitle">Ultimate Brain Challenge</p>
</div>
</div>
<div class="header-controls"><button class="theme-btn header-btn" id="themeBtn" title="Toggle Dark/Light Theme">🌙</button> <button class="developer-btn header-btn" id="developerBtn" title="Developer Info">ℹ️</button>
</div>
</div>
</header>
<div class="game-container">
<div class="header">
<h1 class="game-title" id="gameTitle">Memory Master</h1>
<p class="welcome-message" id="welcomeMessage">Challenge your friends in this epic memory battle!</p>
</div>
<div class="player-setup" id="playerSetup">
<div class="setup-row">
<div class="setup-group"><label class="setup-label">Game Theme</label> <select class="setup-select" id="themeSelect"> <option value="mixed">🎯 Mixed (Default)</option> <option value="animals">🐶 Animals</option> <option value="food">🍎 Food & Fruits</option> <option value="sports">⚽ Sports</option> <option value="nature">🌸 Nature</option> <option value="vehicles">🚗 Vehicles</option> <option value="space">🌟 Space</option> </select>
</div>
<div class="setup-group"><label class="setup-label">Difficulty Level</label> <select class="setup-select" id="difficultySelect"> <option value="easy">Easy (3x2 - 6 pairs)</option> <option value="medium" selected>Medium (4x3 - 12 pairs)</option> <option value="hard">Hard (5x4 - 20 pairs)</option> <option value="expert">Expert (6x5 - 30 pairs)</option> </select>
</div>
</div>
<div class="setup-row">
<div class="setup-group"><label class="setup-label">Add Player</label>
<div style="display: flex; gap: 5px;"><input type="text" class="setup-input" id="playerNameInput" placeholder="Player name" maxlength="15"> <button class="btn btn-primary" id="addPlayerBtn" style="padding: 8px 12px; font-size: 0.8rem;">Add</button>
</div>
</div>
<div class="setup-group"><label class="setup-label">Game Mode</label> <select class="setup-select" id="gameModeSelect"> <option value="normal">🎮 Normal Mode</option> <option value="speed">⚡ Speed Mode (30s limit)</option> <option value="memory">🧠 Memory Mode (3s peek)</option> <option value="challenge">🔥 Challenge Mode (1 mistake = skip turn)</option> </select>
</div>
</div>
<div class="players-list" id="playersList">
<div class="player-tag">
Player 1 <button class="remove-player" onclick="removePlayer(0)">×</button>
</div>
</div>
</div>
<div class="level-info hidden" id="levelInfo">
<h3 id="levelTitle">Level 1 - Warm Up</h3>
<p id="levelDescription">Get ready to test your memory skills!</p>
</div>
<div class="current-player hidden" id="currentPlayerDisplay"><span id="currentPlayerName">Player 1</span>'s Turn
</div>
<div class="game-stats hidden" id="gameStats">
<div class="stat"><span class="stat-value" id="moves">0</span> <span class="stat-label">Moves</span>
</div>
<div class="stat"><span class="stat-value" id="matches">0</span> <span class="stat-label">Matches</span>
</div>
<div class="stat"><span class="stat-value" id="currentLevel">1</span> <span class="stat-label">Level</span>
</div>
<div class="stat"><span class="stat-value" id="timeElapsed">0</span> <span class="stat-label">Time</span>
</div>
<div class="stat hidden" id="speedTimer"><span class="stat-value" id="speedTimeLeft">30</span> <span class="stat-label">Speed Timer</span>
</div>
<div class="stat hidden" id="mistakeCounter"><span class="stat-value" id="mistakes">0</span> <span class="stat-label">Mistakes</span>
</div>
</div>
<div class="leaderboard hidden" id="leaderboard">
<h3>🏆 Leaderboard</h3>
<div id="playerScores"></div>
</div>
<div class="game-board" id="gameBoard"></div>
<div class="question-section" id="questionSection">
<div class="question-title">
💭 Ice Breaker Question
</div>
<div class="question-text" id="questionText">
Set up your players and start the game to discover conversation starters!
</div>
</div>
<div class="power-ups hidden" id="powerUps"><button class="power-up" id="hintPowerUp" onclick="useHint()"> 💡 <span>Hint (3 left)</span> </button> <button class="power-up" id="shufflePowerUp" onclick="shuffleCards()"> 🔄 <span>Shuffle (2 left)</span> </button> <button class="power-up" id="freezePowerUp" onclick="freezeTime()"> ❄️ <span>Freeze Time (1 left)</span> </button>
</div>
<div class="celebration hidden" id="celebration">
<h2>🎉 Level Complete! 🎉</h2>
<p id="celebrationText">Amazing work! Ready for the next challenge?</p>
</div>
<div class="controls"><button class="btn btn-primary" id="startBtn">Start Epic Game</button> <button class="btn btn-secondary hidden" id="nextLevelBtn">Next Level</button> <button class="btn btn-secondary hidden" id="newGameBtn">Play Again</button>
</div>
</div><!-- Footer Section -->
<footer class="game-footer">
<div class="footer-content">
<div class="footer-section">
<div class="footer-logo">
<div class="footer-icon">
🧠
</div>
<div class="footer-text">
<h3>Memory Master</h3>
<p>Challenge Your Mind</p>
</div>
</div>
</div>
<div class="footer-section">
<h4>Game Features</h4>
<ul>
<li>🎯 7 Different Themes</li>
<li>⚡ 4 Game Modes</li>
<li>🏆 Progressive Levels</li>
<li>👥 Multiplayer Support</li>
</ul>
</div>
<div class="footer-section">
<h4>Developer</h4>
<p>Created with ❤️ by</p>
<p><strong>Salah Uddin Kader</strong></p>
<div class="footer-social"><a href="https://github.com/salahuddingfx" target="_blank" rel="noopener noreferrer" title="GitHub">
<svg width="20" height="20" viewbox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg></a> <a href="https://www.linkedin.com/in/salahuddingfx/" target="_blank" rel="noopener noreferrer" title="LinkedIn">
<svg width="20" height="20" viewbox="0 0 24 24" fill="currentColor"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z" />
</svg></a>
</div>
</div>
<div class="footer-section">
<h4>Quick Stats</h4>
<div class="quick-stats">
<div class="stat-item"><span class="stat-number" id="footerGamesPlayed">0</span> <span class="stat-label">Games Played</span>
</div>
<div class="stat-item"><span class="stat-number" id="footerBestScore">0</span> <span class="stat-label">Best Score</span>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Memory Master. Crafted with passion by Salah Uddin Kader</p>
</div>
</footer>
<div class="developer-modal hidden" id="developerModal">
<div class="developer-content"><button class="close-btn" id="closeModalBtn">×</button>
<h2 id="developerSectionTitle">About This Game</h2>
<div style="line-height: 1.6;">
<div class="developer-profile-section"><!-- Abstract Background Shapes -->
<div class="abstract-shapes">
<div class="shape shape-1"></div>
<div class="shape shape-2"></div>
<div class="shape shape-3"></div>
<div class="shape shape-4"></div>
<div class="shape shape-5"></div>
<div class="shape shape-6"></div>
<div class="shape shape-7"></div>
<div class="shape shape-8"></div>
<div class="shape shape-9"></div>
</div>
<div class="developer-avatar-container" onclick="window.open('https://github.com/salahuddingfx', '_blank', 'noopener,noreferrer')"><img src="https://github.com/salahuddingfx.png" alt="Salah Uddin Kader" class="developer-avatar" onerror="this.src='data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHZpZXdCb3g9IjAgMCA4MCA4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNDAiIGN5PSI0MCIgcj0iNDAiIGZpbGw9IiNmZDc5YTgiLz4KPHN2ZyB4PSIyMCIgeT0iMjAiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJ3aGl0ZSI+CjxwYXRoIGQ9Ik0xMiAyQzEzLjEgMiAxNCAyLjkgMTQgNEMxNCA1LjEgMTMuMSA2IDEyIDZDMTAuOSA2IDEwIDUuMSAxMCA0QzEwIDIuOSAxMC45IDIgMTIgMlpNMjEgOVYyMkgxOVYxNkgxM1YyMkgxMVY5QzExIDguNDUgMTEuNDUgOCAxMiA4SDE4QzE4LjU1IDggMTkgOC40NSAxOSA5WiIvPgo8L3N2Zz4KPC9zdmc+'; this.alt='Developer Avatar';">
<div class="github-overlay">
<svg class="github-icon" viewbox="0 0 24 24"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg><span>Visit GitHub</span>
</div>
</div>
<div class="developer-info-glass">
<h3 class="developer-name">Salah Uddin Kader</h3>
<p class="developer-title">🚀 Full Stack Web Developer</p>
<div class="developer-badges"><span class="dev-badge">💻 Frontend</span> <span class="dev-badge">⚙️ Backend</span> <span class="dev-badge">📱 Mobile</span>
</div>
</div>
</div>
<div class="social-links"><a href="https://github.com/salahuddingfx" target="_blank" rel="noopener noreferrer" class="social-link github">
<svg class="social-icon" viewbox="0 0 24 24"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg> GitHub </a> <a href="https://www.linkedin.com/in/salahuddingfx/" target="_blank" rel="noopener noreferrer" class="social-link linkedin">
<svg class="social-icon" viewbox="0 0 24 24"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z" />
</svg> LinkedIn </a> <a href="https://www.facebook.com/salahuddingfx" target="_blank" rel="noopener noreferrer" class="social-link twitter">
<svg class="social-icon" viewbox="0 0 24 24"><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z" />
</svg> Facebook </a> <a href="https://www.instagram.com/salahuddingfx/" target="_blank" rel="noopener noreferrer" class="social-link instagram">
<svg class="social-icon" viewbox="0 0 24 24"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z" />
</svg> Instagram </a> <a href="mailto:salauddinkaderappy@gmail.com" class="social-link email">
<svg class="social-icon" viewbox="0 0 24 24"><path d="M24 5.457v13.909c0 .904-.732 1.636-1.636 1.636h-3.819V11.73L12 16.64l-6.545-4.91v9.273H1.636A1.636 1.636 0 0 1 0 19.366V5.457c0-2.023 2.309-3.178 3.927-1.964L5.455 4.64 12 9.548l6.545-4.91 1.528-1.145C21.69 2.28 24 3.434 24 5.457z" />
</svg> Email </a>
<a href="tel:+8801851075537" class="social-link phone">
<svg class="social-icon" viewbox="0 0 24 24"><path d="M6.62 10.79a15.053 15.053 0 0 0 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.54.57 1.26 0 2.52-.25 3.68-.74 1.16-.49 2.2-1.19 3.06-2.06.86-.86 1.56-1.9 2.06-3.06.49-1.16.74-2.42.74-3.68 0-1.21-.2-2.42-.57-3.54-.12-.35-.03-.75.24-1.02l2.2-2.2a15.053 15.053 0 0 0 6.59-6.59l-2.2-2.2c-.27-.27-.67-.36-1.02-.24-1.12.37-2.33.57-3.54.57-1.26 0-2.52-.25-3.68-.74-1.16-.49-2.2-1.19-3.06-2.06-.86-.86-1.56-1.9-2.06-3.06-.49-1.16-.74-2.42-.74-3.68 0-1.21.2-2.42.57-3.54.12-.35.03-.75-.24-1.02l-2.2-2.2a15.053 15.053 0 0 0-6.59-6.59l2.2 2.2c.27.27.67.36 1.02.24 1.12-.37 2.33-.57 3.54-.57 1.26 0 2.52.25 3.68.74 1.16.49 2.2 1.19 3.06 2.06.86.86 1.56 1.9 2.06 3.06.49 1.16.74 2.42.74 3.68 0 1.21-.2 2.42-.57 3.54-.12.35-.03.75.24 1.02l2.2 2.2a15.053 15.053 0 0 0 6.59 6.59z" />
</svg> Phone </a>
<a href="https://wa.me/8801851075537" class="social-link whatsapp">
<svg class="social-icon" viewbox="0 0 24 24"><path d="M20.52 3.48A11.815 11.815 0 0 0 12.06.03C6.21.03 1.5 4.74 1.5 10.59c0 1.86.49 3.68 1.42 5.26L.03 23.97l8.36-2.19c1.5.81 3.24 1.29 5.07 1.29h.01c5.85 0 10.56-4.71 10.56-10.56 0-2.82-1.1-5.47-3.05-7.44zM12.06 20.4c-1.5 0-2.97-.4-4.24-1.15l-.3-.18-4.96 1.3 1.32-4.83-.2-.32a8.28 8.28 0 0 1-1.27-4.54c0-4.58 3.72-8.3 8.3-8.3 4.58 0 8.3 3.72 8.3 8.3s-3.72 8.3-8.3 8.3zm4.55-6.2c-.25-.13-1.48-.73-1.71-.81-.23-.08-.4-.13-.57.13-.17.25-.66.81-.81.98-.15.17-.3.19-.55.06-.25-.13-1.05-.39-2-1.23-.74-.66-1.24-1.48-1.39-1.73-.15-.25-.02-.38.11-.51.11-.11.25-.29.38-.43.13-.14.17-.25.25-.42.08-.17.04-.31-.02-.43-.06-.13-.57-1.37-.78-1.88-.2-.49-.41-.42-.57-.43l-.49-.01c-.17 0-.43.06-.66.31s-.86.84-.86 2 .88 2.32.58 2.5.62c.25.83 2.06 1.9 2.35 2.35z" />
</svg> WhatsApp </a>
</div>
<p><strong>🎮 Memory Master</strong></p>
<p>An epic multiplayer memory matching game designed for teams and friends!</p>
<p><strong>🚀 Features:</strong></p>
<ul>
<li>7 different themes (Animals, Food, Sports, etc.)</li>
<li>4 game modes (Normal, Speed, Memory, Challenge)</li>
<li>4 difficulty levels (Easy to Expert)</li>
<li>Dark/Light theme toggle</li>
<li>Power-ups system</li>
<li>Progressive level system</li>
<li>Ice breaker questions for team building</li>
<li>Mobile-friendly responsive design</li>
<li>Real-time scoring and leaderboard</li>
</ul>
<p><strong>🛠️ Technologies & Skills:</strong></p>
<div class="skills-grid">
<div class="skill-tag">
HTML5
</div>
<div class="skill-tag">
CSS3
</div>
<div class="skill-tag">
JavaScript
</div>
<div class="skill-tag">
Bootstrap
</div>
<div class="skill-tag">
React.js
</div>
<div class="skill-tag">
Node.js
</div>
<div class="skill-tag">
PHP
</div>
<div class="skill-tag">
MySQL
</div>
<div class="skill-tag">
MongoDB
</div>
<div class="skill-tag">
Git & GitHub
</div>
<div class="skill-tag">
Responsive Design
</div>
<div class="skill-tag">
REST APIs
</div>
</div>
<p><strong>🎯 How to Play:</strong></p>
<ol>
<li>Add 2-6 players to the game</li>
<li>Choose theme, difficulty, and game mode</li>
<li>Take turns flipping cards to find matching pairs</li>
<li>Answer ice breaker questions when you make matches</li>
<li>Complete levels to unlock harder challenges</li>
</ol>
<p><strong>💡 Perfect for:</strong> Team meetings, ice breakers, family game night, brain training</p>
<div style="margin-top: 20px; padding: 15px; background: linear-gradient(135deg, #667eea, #764ba2); color: white; border-radius: 10px; font-size: 0.9rem;"><strong>🎁 Need Custom Web Development?</strong><br>
<p>Salah Uddin Kader specializes in creating unique, interactive web applications!<br><strong>Services:</strong> Custom games, business websites, e-commerce, web apps<br><strong>Contact:</strong> salauddinkaderappy@gmail.com | @salahuddingfx</p>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>