Awesome
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