Project Files
0 files
0 folders
- sounds
- LICENSELICENSEBinary file or too large to preview
- README.mdREADME.md# Memory Match Game by RSKWORLD ## 🎮 Game Overview Memory Match is an engaging **cognitive challenge game** that combines elements of: - Memory skills - Pattern recognition - Concentration ### 🧩 Game Classification - **Type**: Cognitive Puzzle Game - **Genre**: - Memory Training ...
- index.htmlindex.htmlBinary file or too large to preview
- script.jsscript.js$(document).ready(function() { // Game Configuration const difficulties = { easy: { gridSize: 4, pairs: 8, nextLevel: 'medium', timeLimit: 180 }, medium: { gridSize: 6, pairs: 12, nextLevel: 'hard', timeLimit: 240 }, hard: { gridSize: 8, pairs: 16, nextLevel: 'easy', timeLimit: 300 } }; // Game State Variables let currentDifficulty = 'easy'; ...
- styles.cssstyles.css/* Global Styles */ body { background-color: #f4f6f9; font-family: 'Arial', sans-serif; margin: 0; padding: 0; color: #333; overflow-x: hidden; -webkit-touch-callout: none; -webkit-user-select: none; ...
Select a file from project to view its contents
Bookmarks