A modern, responsive letter-based memory game with a sidebar control panel and a full-viewport square grid.
- Sidebar Layout: Controls on the left, game on the right.
- Dynamic Grid: Scale the grid from 2x2 to 10x10.
- Full Viewport: The game canvas matches the height of your screen.
- Improved UI: Clean white theme with modern styling.
Since this is a static project, you can run it by simply opening index.html in your browser.
- Clone or copy this folder.
- Open
index.htmlin Chrome, Firefox, or Safari.
To host this project on GitHub Pages:
- Create a New Repository: On GitHub, create a new repository (e.g.,
memory-game-v2). - Push to GitHub:
cd improved-version git remote add origin https://github.com/YOUR_USERNAME/memory-game-v2.git git branch -M main git push -u origin main - Enable GitHub Pages:
- Go to your repository Settings on GitHub.
- Select Pages from the sidebar.
- Under Build and deployment > Branch, select
mainand/ (root). - Click Save.
- Your site will be live at
https://YOUR_USERNAME.github.io/memory-game-v2/.
- Icons: Flaticon - Halloween Icons