Memory Card Game

Memory Card Game
Interactive memory matching game
AI Based Platform for writing Proposals
OVERVIEW
Built a simple memory card game where players flip cards and try to find matching pairs. The project focuses on interactive UI behaviour and client-side game state, including tracking selected cards, matched pairs, and the current state of the game.CHALLENGES
The main challenge was managing the sequence of card selections correctly. The game needs to prevent conflicting interactions while two cards are being evaluated and then update the state correctly whether the cards match or not.1
Next.js2
TypeScript3
Zustand