An open API service indexing awesome lists of open source software.

https://github.com/livewithcodeankit/memory-game

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.
https://github.com/livewithcodeankit/memory-game

game memory-game next15 nextjs14 reactjs taliwindcss typescript

Last synced: 6 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# Memory Match Game

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.

## Features

- **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.

## Installation

1. **Clone the Repository**:
```bash
git clone https://github.com/yourusername/memory-match-game.git
cd memory-match-game