Tetris
The classic falling block puzzle โ clear lines, rack up points.
How to Play Tetris
Tetris is one of the best-selling and most recognisable video games of all time. Originally created by Alexey Pajitnov in 1984, it tasks players with manipulating falling geometric pieces called tetrominoes โ each composed of four square blocks โ to fill complete horizontal lines. When a line is completely filled, it clears and the player earns points. The game speeds up as levels progress, and it ends when pieces stack up to the top of the board.
There are seven distinct tetromino shapes (I, O, T, S, Z, J, L), each in a different colour. Clearing multiple lines simultaneously scores more points โ clearing four at once (a "Tetris") is the highest-value single move. This implementation follows classic Tetris rules with wall kicks and increases speed every 10 lines cleared.
Controls
- โ โ Arrow keys โ move piece left or right.
- โ Arrow up โ rotate piece clockwise.
- โ Arrow down โ soft drop (move down faster).
- Space โ hard drop (instantly place piece at the bottom).
- P โ pause / resume the game.
- On mobile, use the on-screen buttons below the board.