MemCARD is test project for a job application and it was developed using vue.js in 3 days . this is a memory game with 16 cards and 8 pairs ,game can be started using Play Game button , and user can exit any time by clicking Exit Game button , elapsed time is displayed at bottom right of game board.
When game is started it shuffle the cards positions every time , after user matched all the cards then time taken by user to complete is displayed as score , if score is the minimum score stored in local storage , then user can input his name and his name will be listed in best score list. Best score list can be activated by clicking the Show Best Scores link below game title.
npm install
npm run serve
npm run build