Tetris is a classic tile-matching puzzle game that involves arranging falling blocks to create solid horizontal lines. This document outlines the features implemented in a Tetris game developed using Python.
DESCRIPTION
Tetris is a timeless and addictive puzzle game that challenges players to manipulate falling geometric shapes, known as Tetrominoes, within a rectangular grid. The goal is to create complete horizontal lines by filling in gaps with these falling blocks. As completed lines are formed, they vanish, making space for more shapes. The game ends when the stack of Tetrominoes reaches the top of the grid.