Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 866 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 866 Bytes

Simple Memory Game

Challenge your mind with this simple memory game!

  • When you start the game cards with numbers will be shown to you
  • Memorize the cards as best you can
  • Click "Play" to flip the cards and hide the numbers
  • Flip the cards back in the order of the numbers (from smallest to largest) to win!

Libraries used

  • Vue.js view framework
  • Vuetify material design framework
  • Random.org JSON-RPC API for generating numbers

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.