Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eldarlrd/fifteen-puzzle

A PWA 15 Puzzle game.
https://github.com/eldarlrd/fifteen-puzzle

15-puzzle arrowjs pwa tailwindcss

Last synced: 28 days ago
JSON representation

A PWA 15 Puzzle game.

Awesome Lists containing this project

README

        

# Fifteen Puzzle
[![Version](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/eldarlrd/fifteen-puzzle/main/package.json&query=version&logo=git-extensions&label=version&labelColor=475569&color=0284c7)](https://github.com/eldarlrd/fifteen-puzzle/blob/main/package.json)
[![License](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/eldarlrd/fifteen-puzzle/main/package.json&query=license&logo=open-source-initiative&logoColor=fff&label=license&labelColor=475569&color=c026d3)](https://github.com/eldarlrd/fifteen-puzzle/blob/main/LICENSE)

> Fifteen Puzzle is a web game built using
> - **[Arrow](https://arrow-js.com)**
> - **[TypeScript](https://typescriptlang.org)**
> - **[Tailwind](https://tailwindcss.com)**
> - **[Vite PWA](https://vite-pwa-org.netlify.app)**
> - **[Vite](https://vite.dev)**
>
> with a tracker for moves and time spent.

## Install
```sh
yarn
```
## Develop
### Run Env.
```sh
yarn dev
```
### Prod. Build
```sh
yarn build
```
### Preview Prod. Build
```sh
yarn preview
```
### Format Code (ESLint + Prettier)
```sh
yarn format
```
## Deploy
```sh
yarn deployer
```
***
*This README was originally generated by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)*