This is a simple implementation of the classic Tetris game using React.js. It includes basic game mechanics such as moving and rotating falling blocks, clearing completed lines, and increasing the level and speed of the game as the player advances.
- Left Arrow: Move the Tetris block left
- Right Arrow: Move the Tetris block right
- Up Arrow: Rotate the Tetris block clockwise
- Z: Rotate the Tetris block counterclockwise
- X: Rotate the Tetris block clockwise (same as Up Arrow)