oberis
oberis copied to clipboard
Tetris + Obelisk.js with Redux.
Oberis ⚡
Tetris + Obelisk.js with Redux.

Getting Started
$ npm install
$ npm start
Open http://localhost:8080 in your browser to start game.
Keyboard mapping
- Move Piece:
UP/DOWN/RIGHT/LEFT(cursor keys) - Rotate Piece:
A(anticlockwise) /W(vertical) /D(clockwise) [Comming Soon!] - Drop Piece:
Enterkey - Pause/Resume:
Spacekey
Development
Unit Testing (mocha + power-assert)
$ npm test
Static Type Checking (flow)
$ npm run flow
License
MIT
Author
Yuki Kodama / @kuy