https://github.com/flaribbit/v-tetris-field
A vue3 component which draws tetris game field from fumen code.
https://github.com/flaribbit/v-tetris-field
tetris vite vue vue-component
Last synced: 3 months ago
JSON representation
A vue3 component which draws tetris game field from fumen code.
- Host: GitHub
- URL: https://github.com/flaribbit/v-tetris-field
- Owner: flaribbit
- Created: 2021-11-07T12:01:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T02:51:56.000Z (over 3 years ago)
- Last Synced: 2025-03-12T15:18:32.243Z (4 months ago)
- Topics: tetris, vite, vue, vue-component
- Language: Vue
- Homepage:
- Size: 71.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# VTetrisField
A vue3 component which draws tetris game field from fumen code.[Demo](https://flaribbit.github.io/v-tetris-field/)

### Development and Demo
pnpm install
pnpm dev### Build
pnpm build