Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seyfer/vue-memo-game
Wrapping js memo game into vue cli 3
https://github.com/seyfer/vue-memo-game
Last synced: 3 months ago
JSON representation
Wrapping js memo game into vue cli 3
- Host: GitHub
- URL: https://github.com/seyfer/vue-memo-game
- Owner: seyfer
- Created: 2018-12-02T16:45:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:51:32.000Z (about 2 years ago)
- Last Synced: 2023-03-23T03:32:35.093Z (almost 2 years ago)
- Language: JavaScript
- Size: 4.32 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-memo-game
Inspired by [this article on Medium](https://medium.freecodecamp.org/vanilla-javascript-tutorial-build-a-memory-game-in-30-minutes-e542c4447eae)
and by [this blog post](https://www.taniarascia.com/how-to-create-a-memory-game-super-mario-with-plain-javascript/).Also, in this project I wanted to use as much ES6 and Vue features as I can. :)
## TODO
- add game timer and calculate score based on difficulty, time, clicks left
- add save of score to the local storage and display in table
//https://github.com/ratiw/vuetable-2 or https://github.com/matfish2/vue-tables-2
- find out how to fix rotation bug on a huge cards set >= 100## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).