Skip to content

Latest commit

 

History

History
executable file
·
33 lines (23 loc) · 483 Bytes

README.md

File metadata and controls

executable file
·
33 lines (23 loc) · 483 Bytes

Tetris

Classic tetris game implemented in CycleJS. 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