https://github.com/luwangel/15-puzzle-vue
Play the 15 Puzzle Game
https://github.com/luwangel/15-puzzle-vue
15-puzzle game hacktoberfest javascript vuejs
Last synced: 5 months ago
JSON representation
Play the 15 Puzzle Game
- Host: GitHub
- URL: https://github.com/luwangel/15-puzzle-vue
- Owner: Luwangel
- License: mit
- Created: 2018-10-03T16:13:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T18:22:29.000Z (almost 3 years ago)
- Last Synced: 2024-06-11T17:29:53.229Z (over 1 year ago)
- Topics: 15-puzzle, game, hacktoberfest, javascript, vuejs
- Language: JavaScript
- Homepage: https://luwangel.github.io/15-puzzle-vue
- Size: 7.36 MB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 15-puzzle-vue
Play the 15 Puzzle everywhere.
[Demo](https://luwangel.github.io/15-puzzle-vue) - [Help](https://github.com/Luwangel/15-puzzle-vue/issues) - [Contribute](https://github.com/Luwangel/15-puzzle-vue/pulls)
[](https://luwangel.github.io/15-puzzle-vue)
## Setup & Development
**Tip:** Type `make help` to see all the available commands.
Before starting, you should know that this repository is based on [Yarn](https://yarnpkg.com). This is mostly motivated by the usage of workspaces to split the code wisely.
### First Installation
Install all dependencies with `make install`.
### Run Development Server
Start the development server with `make run`. The website is available at [localhost:8080](http://localhost:8080/).
### Tests
The core application is tested. Run the tests using `make test`.
## Build & Deployment
Generate the static site under the public directory with `make build`.