A simple, fun, and interactive memory game built with Next.js and TypeScript. In this game, players test their memory skills by matching pairs of numbers in a grid of boxes. This project is designed to help players improve memory recall, as well as provide a clean and enjoyable UI for a satisfying user experience.
- Dynamic Grid Layout: Adjustable grid size from 4x4 to 10x10, allowing for a customized challenge.
- Pair Matching: Players click on boxes to reveal numbers, aiming to find matching pairs.
- Win Condition: Once all pairs are matched, the game is won, and a success message is displayed.
- Responsive Design: The game layout is optimized for both desktop and mobile screens.
- Built with Next.js & TypeScript: This game leverages the power of Next.js for fast rendering and TypeScript for type safety.
- Clone the Repository:
git clone https://github.com/yourusername/memory-match-game.git cd memory-match-game