This is a browser-based card matching game. A user wins once all cards have successfully been matched.
This card game has sixteen cards which contains a pair with different symbols on one side. User has to match cards which are arranged randomly, with identical face. Once the user clicks, flips over the card. Moves and time are counted during the play and if the User exceeds some amount of moves, stars to loose stars. The game ends once all cards have been correctly matched. User can also restart the game at any stage by clicking the restart button.
This project contains following files:
game.html game.css game.js README.md: explanation of the game
Open MemoryGame.html in a browser. To restart the game, user can click on 'play again' button from the result modal dialog. User can close the modal and restart the game by clicking on the restart icon above the tile section.
jquery javascript Bootstrap