This is a simple memory game implemented using HTML, CSS, and JavaScript. The game consists of blocks with images on their backs. The objective is to find matching pairs of images by flipping the blocks.
You can try out the live demo of the Memory Game Demo.
To play the game, simply open the index.html
file in your web browser. Click on the "Start" button to begin the game. You can then click on any block to flip it and reveal the image. Try to remember the positions of the images and find matching pairs by flipping two blocks at a time.
- Simple and intuitive gameplay
- Randomized placement of images for each game session
- Keeps track of wrong tries
- Interactive UI with start button and information display
- HTML
- CSS
- JavaScript
The game includes audio effects for correct and incorrect matches. A pleasant bell sound plays when a correct match is found, and an alert notification sound plays when an incorrect match is made.
- Audio effects sourced from Mixkit
Enjoy playing the memory game! 🎮🧠