A fun and interactive Pokémon Memory Game built with TypeScript, Tailwind CSS, and React. Test your memory by matching pairs of Pokémon cards!
- Interactive gameboard with Pokémon cards.
- Score tracking and game status updates.
- Sound effects on card selection.
- Responsive design for desktop and mobile play.
To get the game running on your local machine, follow these steps:
- Clone the repository
git clone https://yourrepositorylink.com
cd pokemon-memory-game
- Install dependencies Make sure you have Node.js installed, then run:
npm install
- Start the game
npm start
This will run the game in development mode. Open http://localhost:3000 to view it in your browser.