A simple and fun Pokémon-themed memory card game built with HTML, CSS, and JavaScript. Test your memory skills by matching Pokémon cards before time runs out or making too many wrong guesses!
- Classic memory matching game mechanics
- Fun Pokémon theme with colorful cards
- Responsive design – works on desktop and mobile
- Tracks matched pairs
- Simple and lightweight – no build tools required
You can play the game by opening the index.html file in your browser after cloning the repository.
git clone https://github.com/Learnermeet/Pokemon-Memory-Game.git- Navigate to the project folder
- Open
index.htmlin your preferred web browser
No additional setup or dependencies are required.
- HTML – Structure of the game
- CSS – Styling and animations
- JavaScript – Game logic
- Click on any card to flip it.
- Try to find a matching Pokémon card.
- If the cards match, they stay flipped.
- If not, they flip back over.
- Continue until all matches are found.
- Try to finish with as few moves as possible!
This project is licensed under the Apache-2.0 License – see the LICENSE file for details.
Contributions are welcome! Feel free to:
- Add more Pokémon cards
- Improve UI/UX design
- Add sound effects or animations