https://github.com/eldarlrd/fifteen-puzzle
A PWA 15 Puzzle game.
https://github.com/eldarlrd/fifteen-puzzle
15-puzzle arrowjs pwa tailwindcss
Last synced: 29 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T13:05:12.000Z (10 months ago)
- Last Synced: 2024-12-29T13:35:04.566Z (10 months 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
[](https://github.com/eldarlrd/fifteen-puzzle/blob/main/package.json)
[](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)*