Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 709 Bytes

File metadata and controls

14 lines (11 loc) · 709 Bytes

Tetris Game Python

INFO

This game is based on Python and uses CMD for GUI as well as button action input. This game has a similar working principle to the very first version of Tetris (released in 1984).

Rules

The player's task is to fill the rows completely, speed up their disappearance, and get points for them. As soon as the entire playing field is filled with rows of voids, the game will end.

  • A - to move the figure one cell to the left
  • D - to move the figure one cell to the right
  • S - Figure quick move down
  • Space - Figure shape rotation

P.S.

Points are given for each completed row. Upon reaching a certain number of points, the speed of the game increases