Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 1.75 KB

README.md

File metadata and controls

75 lines (51 loc) · 1.75 KB

Pokemon Memory Game

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.

Table of Contents

Demo

Check out the live demo here.

Features

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

Getting Started

To run the game locally on your machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/luisalcarasr/memory-game.git
  2. Change to the project directory:

    cd memory-game
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open your browser and visit http://localhost:5173 to play the game.

How to Play

  1. Click on a card to reveal the Pokemon.
  2. Click on another card to find its match.
  3. Match all the pairs to win the game.
  4. The game keeps track of your score and time.
  5. Challenge your friends and see who can complete the game in the shortest time!

Technologies Used

  • React
  • PokeAPI
  • HTML5/CSS3
  • JavaScript
  • React Spring for animations

License

This project is licensed under the MIT License - see the LICENSE file for details.