Skip to content

lukaszkups/puzzle-game

Repository files navigation

puzzle-game

A Puzzle Game mini-project, based on Vue.js

Build Setup

# install dependencies
npm install

# run dummy json-server database process (REQUIRED for High Scores)

npm run start-db

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Change image

If You want, feel free to change image file used for puzzle - it's located in src/assets/image.jpg.

To keep things super simple, it takes just 390x390 px square of it, so bigger images won't be shown their full size.

About

Simple puzzle game made in Vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published