An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# fp-tetris
> library for [fp-tetris-game](https://github.com/afrontend/fp-tetris-game)

![console tetris screenshot](https://agvim.files.wordpress.com/2019/03/fp-tetris.png "console tetris screenshot")

## Just run

```sh
$ npx fp-tetris
```
[![asciicast](https://asciinema.org/a/ebjOCBOabKekKX2mtekK8RWMe.svg)](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