Classic tetris game implemented in CycleJS. Development in progress.
$ 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
Production
$ npm run build
Development
$ npm run dev
Enter: start / pause Space: drop figure Up / Down: rotate figure Left / Right: move figure