/tetris

Simple application to play tetris game

Primary LanguageJavaScript

Tetris

Simple application to play tetris game

How to start application

npm run start

Open you browser using url http://localhost:1234 and enjoy the game

Game rules

  • Blocks fall down to the bottom of the board.
  • You can move blocks horizontally by pressing <left> and <right> keys.
  • You can accelerate falling down by pressing <down> key.
  • You can rotate shapes by 90 degrees by pressing <up> key.
  • If you fill the whole line, the line disappears and blocks from above falls down.