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

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

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)

[![15-puzzle-vue-demo](https://luwangel.github.io/15-puzzle-vue/screenshot.png)](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`.