oberis icon indicating copy to clipboard operation
oberis copied to clipboard

Tetris + Obelisk.js with Redux.

Oberis ⚡

Tetris + Obelisk.js with Redux.

Oberis Preview

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: Enter key
  • Pause/Resume: Space key

Development

Unit Testing (mocha + power-assert)

$ npm test

Static Type Checking (flow)

$ npm run flow

License

MIT

Author

Yuki Kodama / @kuy