Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eldarlrd/fifteen-puzzle
- Owner: eldarlrd
- License: agpl-3.0
- Created: 2023-05-16T08:51:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T13:05:12.000Z (about 1 month ago)
- Last Synced: 2024-12-29T13:35:04.566Z (about 1 month ago)
- Topics: 15-puzzle, arrowjs, pwa, tailwindcss
- Language: TypeScript
- Homepage: https://eldarlrd.github.io/fifteen-puzzle/
- Size: 745 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)*