Skip to content

TeodorChaly/Tetris-Game-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages