Skip to content

combo-wombo/Python-PyQT5-Tetris-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tetris (Qt)

This is a simple tetris game that is running on PyQT5 (along with pygame's sound system).

Start the game by opening start game.bat or running Start_game.py in the "game" folder.

Must have PyQt5, pygame and keyboard modules installed.

pip install PyQt5

pip install keyboard

pip install pygame

Controls

Control the figure with Left, Right, Up and Down arrows or use W, A, S and D.

  • Left / A = move left

  • Right / D = move right

  • Up / W = rotate

  • Down / S = soft drop

  • Space = hard drop

  • P = add lines

Screenshots

cap 1

cap 2

cap 3