Memory game
Description
Memory game written in Vue 2.
The game is deployed to Github Pages: https://kjablonska.github.io/memory/
Landing page parameters:
- Number of tiles – total number of tiles in the game.
- Color groups – indicates how many tiles are in one color.
When game is finished it is saved to the ranking – parameters: number of tiles and the size of the color group and number of moves in which the game was finished.
Colors and tile’s position are randomly generated.
The application includes:
- error handling
- Vuex storing ranking data
- Local storage
- Router
Project setup
npm install
npm run serve
Demo
demo1.mov
demo2.mov