Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mustafadalga/puzzle
- Owner: mustafadalga
- License: gpl-3.0
- Created: 2020-11-07T23:21:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-08T18:07:41.000Z (about 4 years ago)
- Last Synced: 2024-11-17T13:21:30.289Z (2 months ago)
- Topics: 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
- Language: Vue
- Homepage: https://puzzle-game-v.netlify.app/
- Size: 178 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).