https://github.com/mustafadalga/memory-game
Memory game with 10 levels developed with Vue js
https://github.com/mustafadalga/memory-game
css front-end-developer front-end-development front-end-web-development game game-developer game-development html html5 javascript memory-game memory-game-js scss vue vue-cli vue-cli4 vue-js vuejs web-developer web-development
Last synced: 4 months ago
JSON representation
Memory game with 10 levels developed with Vue js
- Host: GitHub
- URL: https://github.com/mustafadalga/memory-game
- Owner: mustafadalga
- License: gpl-3.0
- Created: 2020-10-22T23:29:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T13:50:03.000Z (over 5 years ago)
- Last Synced: 2025-09-26T14:58:13.422Z (5 months ago)
- Topics: css, front-end-developer, front-end-development, front-end-web-development, game, game-developer, game-development, html, html5, javascript, memory-game, memory-game-js, scss, vue, vue-cli, vue-cli4, vue-js, vuejs, web-developer, web-development
- Language: Vue
- Homepage: https://memorygame-vue.netlify.app/
- Size: 1.77 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multi Level Memory Game
**Memory game with 10 levels**
[](http://www.youtube.com/watch?v=XvkVx17BW4Q)
## Demo
* [Memory Game](https://memorygame-vue.netlify.app/)
* [Sample Game Video](http://www.youtube.com/watch?v=XvkVx17BW4Q)
## Used Technologies
* Vue JS
* HTML 5
* SCSS - CSS 3
### Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).