A tetris game made using pygame.
Controls:
left/right arrow - move the piece left/right.
down arrow - move the piece down faster.
space - rotate the piece (anti-clockwise).
d - instantly drop the piece.
- Clone the repo.
- Install
uvif not already installed (https://github.com/astral-sh/uv). - Run
uv run tetris.pyin the project root.