memory-game

Memory Game

Match all card pairs before time runs out!

A web-based Memory Game using JavaScript, HTML, CSS, with Node.js + Express + SQLite backend.

Features

How to Play

  1. Select a level of difficulty.
  2. Click Start Game.
  3. Flip cards to find pairs.
  4. Match all pairs before time runs out to win!

Setup

Backend

cd backend
npm install
node server.js

Runs at http://localhost:8000.

Frontend

Open frontend/index.html in a browser and start the game.

Deployed App

Play the game at https://tracytratran.github.io/memory-game/frontend/.

Tech Stack

Team