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!
- 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.
- HTML5: For the structure and layout.
- CSS3: For styling and responsive design.
- JavaScript: For static game logic.
- FuncSug: For interactivity.
- Clone the Repository
git clone https://github.com/cl4cnam/memory-game-funcsug.git
- Navigate to the project directory:
cd memory-game
- Open the
index.html
file in any modern web browser to start playing.
- Click on any card to reveal its symbol.
- Click on another card to find its match.
- If the cards match, they remain revealed. If not, they flip back.
- Match all card pairs to win the game!
- Click the Restart button to reset and play again.
- Live Demo: Memory Game