Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T02:51:56.000Z (almost 3 years ago)
- Last Synced: 2023-12-24T20:16:29.749Z (11 months ago)
- Topics: tetris, vite, vue, vue-component
- Language: Vue
- Homepage:
- Size: 71.3 KB
- Stars: 3
- Watchers: 2
- 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/)
![preview](.github/demo.png)
### Development and Demo
pnpm install
pnpm dev### Build
pnpm build