Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.27 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.27 KB

Memory Game

A simple Memory Game built with FuncSug, JavaScript, HTML, and CSS. This game challenges your memory skills by asking you to match pairs of cards. It's a fun way to practice and improve your short-term memory!


📝 Features

  • Dynamic Card Matching: Match pairs of cards to win.
  • Design: Play on desktops.
  • Restart Option: Restart the game with a single click.
  • Smooth Animations: Interactive flip animation.

🛠️ Technologies Used

  • HTML5: For the structure and layout.
  • CSS3: For styling and responsive design.
  • JavaScript: For static game logic.
  • FuncSug: For interactivity.

🚀 Getting Started

  1. Clone the Repository
git clone https://github.com/cl4cnam/memory-game-funcsug.git
  1. Navigate to the project directory:
cd memory-game
  1. Open the index.html file in any modern web browser to start playing.

🎮 How to Play

  1. Click on any card to reveal its symbol.
  2. Click on another card to find its match.
  3. If the cards match, they remain revealed. If not, they flip back.
  4. Match all card pairs to win the game!
  5. Click the Restart button to reset and play again.

🔗 Links