Skip to content

dveersingh000/CodeClauseInternship_Memory-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game

Project Overview

This project implements a classic Memory Game using HTML, CSS, and JavaScript. The game involves flipping pairs of cards to find matching pairs.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Features

  • Interactive Gameplay: Click on cards to flip them and match pairs.
  • Move Counter: Tracks the number of moves made during gameplay.
  • Restart Game: Option to restart the game and shuffle cards.
  • Responsive Design: Ensures the game is playable across different devices.

Demo

Memory Game Preview Memory Game Preview

Project Structure

  • index.html: Main HTML file containing the game structure.
  • style.css: CSS file for styling the game interface.
  • script.js: JavaScript file for game logic and interaction.

How to Run

  1. Clone the repository: git clone https://github.com/dveersingh000/CodeClauseInternship_Memory-Game.git

  2. Open index.html in a web browser to start playing the game.

Game Instructions

  • Click on any card to reveal its image.
  • Try to find matching pairs of cards by remembering their positions.
  • If the faces of both flipped cards match, they remain face up.
  • If not, both cards flip back face down.
  • Continue until all pairs are matched to complete the game.

Credits

Developed by Dharamveer Singh as part of the Web Development Internship at CodeClause.

Acknowledgements

  • This project was inspired by the concept of memory games.
  • Built as part of a web development internship.