How to start the game
- Open JS console in your browser.
- Enter
Tetris.start()
to start the game. - Click on the page to make sure that mouse focus is here.
How to play the game
- Use left and right arrow keys to move tetrinos.
- Use up arrow key to rotate tetrino.
- Use down arrow key to drop tetrino.
- Press space bar to pause.
- Enter
Tetris.stop()
to stop the game. - Enter
Tetris.restart()
to restart the game.