https://github.com/afrontend/fp-tetris
library for fp-tetris-game
https://github.com/afrontend/fp-tetris
Last synced: 10 months ago
JSON representation
library for fp-tetris-game
- Host: GitHub
- URL: https://github.com/afrontend/fp-tetris
- Owner: afrontend
- License: mit
- Created: 2019-03-07T12:10:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-06T12:11:22.000Z (10 months ago)
- Last Synced: 2025-08-06T14:19:43.893Z (10 months ago)
- Language: JavaScript
- Size: 1.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fp-tetris
> library for [fp-tetris-game](https://github.com/afrontend/fp-tetris-game)

## Just run
```sh
$ npx fp-tetris
```
[](https://asciinema.org/a/ebjOCBOabKekKX2mtekK8RWMe)
## Run with source
```sh
git clone https://github.com/afrontend/fp-tetris.git
cd fp-tetris
npm install
npm start
```
## License
MIT © Bob Hwang