A simple memory game
index.html— Main HTML document linking the external CSS and JS.css/style.css— All styles.js/app.js— All game logic.
- Open
index.htmlin your browser. No build steps are required.
- Google Fonts are loaded via
@importat the top ofcss/style.css. - No external assets are required; all visuals are CSS and emoji-based.