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

https://github.com/ivan-kleshnin/tetris-game

Tetris game implemented in CycleJS
https://github.com/ivan-kleshnin/tetris-game

Last synced: 4 months ago
JSON representation

Tetris game implemented in CycleJS

Awesome Lists containing this project

README

          

# Tetris

Classic tetris game implemented in [CycleJS](https://github.com/staltz/cycle).
Development in progress.

## Install

```
$ wget https://github.com/Paqmind/tetris-cyclejs/archive/master.zip; unzip master.zip -d tetris-cyclejs; rm master.zip
$ cd tetris-cyclejs
$ npm install; bin/install
```

## Run

Production

```
$ npm run build
```

Development

```
$ npm run dev
```

## Game

Enter: start / pause
Space: drop figure
Up / Down: rotate figure
Left / Right: move figure