Welcome to the Pokemon Memory Game, a fun and challenging memory game built with React and integrated with the PokeAPI. Test your memory skills by matching Pokemon cards in this interactive and entertaining game.
Check out the live demo here.
- Dynamic generation of Pokemon cards using the PokeAPI.
- Interactive and responsive design.
- Game logic to track matched pairs and overall progress.
- Score tracking and timer to enhance competitiveness.
- Engaging animations for a delightful user experience.
To run the game locally on your machine, follow these steps:
-
Clone the repository:
git clone https://github.com/luisalcarasr/memory-game.git
-
Change to the project directory:
cd memory-game
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit http://localhost:5173 to play the game.
- Click on a card to reveal the Pokemon.
- Click on another card to find its match.
- Match all the pairs to win the game.
- The game keeps track of your score and time.
- Challenge your friends and see who can complete the game in the shortest time!
- React
- PokeAPI
- HTML5/CSS3
- JavaScript
- React Spring for animations
This project is licensed under the MIT License - see the LICENSE file for details.