An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Multi Level Memory Game

**Memory game with 10 levels**

[![Memory Game - Demo](https://user-images.githubusercontent.com/25087769/97010389-ff9bd580-154d-11eb-87ce-d3c4b982027c.png)](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/).