Memory Game is a complete browser-based card matching game (also known as Concentration) built with Mavo.
For more information see this article in Wikipedia.
The game board consists of sixteen “cards” arranged in a grid. The deck is made up of eight different pairs of cards, each with different symbols on one side. Out of the box, the game supports three different sets of symbols — built-in themes: emoji, flora, animals.
The cards are arranged randomly on the grid with the symbol face down.
The gameplay rules are very simple: flip over two hidden cards at a time to locate the ones that match.
Parts of the State Panel (left to right):
- Star Rating
- Moves Counter
- Timer
- Reset Game button
You can add your own themes, export and share them with your friends, or import someone else's themes.
The game stores the results of a user's attempts using browser's local storage.
To clear the table use Clear Results button .
To start the game open file index.html
in a browser or just follow
this link.
The content of this repository is licensed under the MIT License.