This project is a simple memory card flipping game implemented using HTML, CSS, and JavaScript. Players flip cards to find matching pairs, testing their memory and concentration skills.
Features
Flipping animation using CSS transitions and transformations.
Game logic implemented with JavaScript for checking matches, disabling cards, and resetting the game board.
Shuffle function to randomize card positions at the start of each game.
Responsive design for seamless gameplay across different devices.
1.Open (https://depayanmondal.github.io/Card-Flip/) in a web browser.
2.Click on a card to reveal its image.
3.Click on another card to try and find its matching pair.
4.If the cards match, they will remain face up.
5.If not, they will flip back over after a short delay.
6.Continue until all pairs are found to win the game.