Prodigy-InfoTech / Web-Development-Projects

Repo for Web Development Projects
GNU Affero General Public License v3.0
32 stars 59 forks source link

Feature/memory game #122

Closed avnee-gy closed 8 months ago

avnee-gy commented 8 months ago

Description

This is a simple memory game in which the user has to match tiles. The game is made using HTML, CSS, and JavaScript.

How to Play

  1. Click on a tile to reveal its hidden image.
  2. Click on another tile to reveal its hidden image.
  3. If the two images match, the tiles will remain face up.
  4. If the two images do not match, the tiles will flip back over.
  5. Continue until all tiles have been matched.

Issue

Fixes #126

Type of change

Checklist:

avnee-gy commented 8 months ago

@prodigyinfotech I've added a diff project now.

prodigyinfotech commented 8 months ago

Hey @avnee-gy. Please go to the Issue section and open a Issue using Project template and describe the project over there.

avnee-gy commented 8 months ago

Ok, its done!

avnee-gy commented 8 months ago

@prodigyinfotech please check it out!