Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 789 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 789 Bytes

Pokémon Memory Game

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!

Features

  • Interactive gameboard with Pokémon cards.
  • Score tracking and game status updates.
  • Sound effects on card selection.
  • Responsive design for desktop and mobile play.

Installation

To get the game running on your local machine, follow these steps:

  1. Clone the repository
git clone https://yourrepositorylink.com
cd pokemon-memory-game
  1. Install dependencies Make sure you have Node.js installed, then run:
npm install
  1. Start the game
npm start

This will run the game in development mode. Open http://localhost:3000 to view it in your browser.