Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Letter Memory Game - Improved Version

A modern, responsive letter-based memory game with a sidebar control panel and a full-viewport square grid.

Features

  • 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.

Setup & Running Locally

Since this is a static project, you can run it by simply opening index.html in your browser.

  1. Clone or copy this folder.
  2. Open index.html in Chrome, Firefox, or Safari.

Deployment to GitHub Pages

To host this project on GitHub Pages:

  1. Create a New Repository: On GitHub, create a new repository (e.g., memory-game-v2).
  2. 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
  3. Enable GitHub Pages:
    • Go to your repository Settings on GitHub.
    • Select Pages from the sidebar.
    • Under Build and deployment > Branch, select main and / (root).
    • Click Save.
    • Your site will be live at https://YOUR_USERNAME.github.io/memory-game-v2/.

Attribution

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages