Valdermeyder / tetris

Simple application to play tetris game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple application to play tetris game


Languages

Language:JavaScript 97.0%Language:HTML 3.0%