The classic Memory Game with adorable animals. πππ¦π¦ Match pairs, triplets and even quartets!
This game was made for my 5 & 3 y/o cousins, and they liked it! Also, this project helped me to improve my Vue.js skills.
Vuetify is used in this project in order to enhance the UI and its contribution is noticeable.
Deployed at: https://tomherman11.github.io/memory-pairs-game/
The application supports landscape & portrait modes:
- Created with vue-cli 4.5.9.
- Run locally by running
npm run serve
. - Build a production version with
npm run build
. - See how to deploy a Vue.js project to Github pages