A very simple memory game created using HTML, CSS, and JavaScript.
This is a basic memory game where the player need to match pairs of cards.
- Responsive design
- Randomized card shuffling
- Win condition detection
https://mehrezbey.github.io/memory-game/
- Open
index.htmlin a web browser. - Enter your username (between 5 and 25 characters)
- Click on a card to reveal its symbol.
- Click on another card to find a matching pair.
- Repeat until all pairs are matched.
- HTML
- CSS
- JavaScript
Contributions are welcome. If you'd like to enhance the game or fix any issues, please fork the repository and submit a pull request.