Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mustafadalga/puzzle

Multi Level Puzzle Game - Vue JS
https://github.com/mustafadalga/puzzle

css css3 front-end-developer front-end-developments game game-dev game-developer game-developers game-development game-developments html html5 puzzle puzzle-game vue vue-cli vue-js vuejs web-developer web-development

Last synced: 6 days ago
JSON representation

Multi Level Puzzle Game - Vue JS

Awesome Lists containing this project

README

        

# Multi Level Puzzle Game

**Puzzle game with 6 levels**

[![Puzzle Game](https://user-images.githubusercontent.com/25087769/98472615-41db3d00-2205-11eb-8392-4d681bc58e3d.png)](https://youtu.be/Pw-Vu36M3xc)

## Demo
* [Puzzle Game](https://puzzle-game-v.netlify.app/)
* [Puzzle Game Video](https://youtu.be/Pw-Vu36M3xc)

## 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/).